about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Refactor handle_multiplexertoonn2019-12-315-64/+56
* refactoring of redundant codearkedos2019-12-314-23/+70
* applying proposed tmux renaming fixarkedos2019-12-311-6/+4
* Merge branch 'prosoitos-add_preview'toonn2019-12-301-0/+34
|\
| * Move xlsx back to handle_extensiontoonn2019-12-301-9/+10
| * Move new methods to handle_mimetoonn2019-12-301-42/+35
| * remove pandoc fallback support for json filesMarie-Helene Burle2019-12-301-1/+0
| * Add '--', empty lines, and pandoc fallback support for html and jsonMarie-Helene Burle2019-12-301-6/+10
| * Minor change in commentMarie-Helene Burle2019-12-301-3/+3
| * Move pandoc support for ePub and FB2 back to handle_extension()Marie-Helene Burle2019-12-301-8/+1
| * Fix minor comment inconsistencyMarie-Helene Burle2019-12-301-0/+1
| * More sensible way to add pandoc support for ePub, FB2, and ODTMarie-Helene Burle2019-12-301-1/+8
| * Add pandoc support for odt, epub, and fb2Marie-Helene Burle2019-12-301-2/+10
| * Add -s flag to pandocMarie-Helene Burle2019-12-301-1/+1
| * Add information on how to get xls2csv and xlsx2csv applicationsMarie-Helene Burle2019-12-301-0/+4
| * Fix typo in a comment of previous commitMarie-Helene Burle2019-12-301-1/+1
| * Add preview support to .rtf, .doc, .docx, .xlsx, .xlsMarie-Helene Burle2019-12-301-1/+25
|/
* Fix keyword argument assignment whitespacetoonn2019-12-301-1/+1
* Merge branch 'colorschemes-thisfile'toonn2019-12-301-1/+0
|\
| * Fix white text on white background in titlebartoonn2019-12-301-1/+0
* | Merge branch 'aRkedos-unique-file'toonn2019-12-306-33/+384
|\ \
| * | Remove comment and doubled up spacetoonn2019-12-292-2/+1
| * | Fix hash_chunks generatortoonn2019-12-282-6/+9
| * | Improve filter_stack documentationtoonn2019-12-274-35/+240
| * | Add unique filter to filter_stacktoonn2019-12-241-26/+57
| * | Add duplicate filter to filter_stacktoonn2019-12-241-0/+41
| * | Extract hash_chunks to ranger.exttoonn2019-12-242-24/+36
| * | Change hash filter to match on hashtoonn2019-12-242-41/+42
| * | Replacing md5 with sha256arkedos2019-12-231-7/+2
| * | Replacing md5 with blake2barkedos2019-12-231-2/+7
| * | Added a filter for unique files by md5 hasharkedos2019-12-231-0/+50
* | | Merge branch 'sigboe-3dpreview'toonn2019-12-303-2/+40
|\ \ \ | |_|/ |/| |
| * | Clean up 3d model previewstoonn2019-12-291-24/+26
| * | add support for 3D files including STL and DXFsigurdb2019-12-293-0/+36
* | | Merge branch 'mime-extensions'toonn2019-12-292-3/+4
|\ \ \ | |/ / |/| |
| * | Add extensions not previously covered by scope.shtoonn2019-12-292-3/+4
|/ /
* | Merge branch 'unicode-surrogates' of https://github.com/toonn/rangerWojciech Siewierski2019-12-281-45/+44
|\ \
| * | Avoid adding newlines to pathstoonn2019-12-281-1/+1
| * | Switch from surrogatepass to surrogateescapetoonn2019-09-301-3/+3
| * | Improve surrogate pair handlingtoonn2019-09-261-46/+44
| * | Pass surrogates when listing files for bulkrenametoonn2019-09-261-1/+2
* | | Merge branch 'wilecoyote2015-wilecoyote2015-tab-separator'toonn2019-12-281-1/+1
|\ \ \
| * | | cd: append sep to multiple results of tab matchingBjörn2019-12-281-1/+1
|/ / /
* | | bulkrename: Don't create empty mkdir callsWojciech Siewierski2019-12-281-1/+1
* | | Merge pull request #1708 from toonn/chain-macrosWojciech Siewierski2019-12-282-1/+2
|\ \ \
| * \ \ Merge branch 'master' into chain-macrosWojciech Siewierski2019-12-2828-1051/+1572
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'wraptext' of https://github.com/toonn/rangerWojciech Siewierski2019-12-286-6/+29
|\ \ \ \
| * | | | Placate our pep 8 overlordstoonn2019-11-062-6/+10
| * | | | Add a setting to wrap plain text previewstoonn2019-11-065-7/+26
* | | | | Merge pull request #1793 from toonn/fix-fuzzy-tabWojciech Siewierski2019-12-271-2/+3
|\ \ \ \ \