summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Tax loss harvesting release, nothing to see here v1.9.3toonn2019-12-317-9/+63
|
* Fix overflows in man page formattingtoonn2019-12-312-16/+20
|
* Merge branch 'dmitmel-examples-bash-automatic-cd'toonn2019-12-315-37/+43
|\
| * Added shellcheck directives for specifying shellDmytro Meleshko2019-11-062-0/+4
| |
| * Added a notice about sourcing examples/shell_subshell_notice.sh as wellDmytro Meleshko2019-11-061-1/+2
| |
| * Added mention about sourcing examples/shell_automatic_cd.sh from shell configDmytro Meleshko2019-11-061-1/+2
| |
| * Merge branch 'master' into examples-bash-automatic-cdDmytro Meleshko2019-11-062-23/+37
| |\
| * | Updated comments about compatibility with ranger versionsDmytro Meleshko2019-11-062-2/+2
| | |
| * | Removed shebangsDmytro Meleshko2019-11-062-4/+0
| | |
| * | Renamed script files to not mention BashDmytro Meleshko2019-11-022-0/+0
| | |
| * | Added shebangs and removed notices specifically about BashDmytro Meleshko2019-11-022-4/+8
| | |
| * | Apply requested changes to ranger.py and enforce full POSIX complianceDmytro Meleshko2019-10-282-7/+6
| | |
| * | Removed replaced $(<...) with catDmytro Meleshko2019-10-281-1/+1
| | |
| * | Added comparison with $PWD backDmytro Meleshko2019-10-281-1/+1
| | |
| * | Replaced `[[` with POSIX-compatible `[`Dmytro Meleshko2019-10-281-1/+1
| | |
| * | Added pattern for mktemp backDmytro Meleshko2019-10-281-1/+1
| | |
| * | Refactor the shell script embedded in ranger.pyDmytro Meleshko2019-10-271-9/+10
| | |
| * | Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.shDmytro Meleshko2019-10-271-1/+1
| | |
| * | Refactored examples/bash_automatic_cd.shDmytro Meleshko2019-10-271-7/+7
| | |
* | | Merge branch 'revolter-patch-1'toonn2019-12-311-1/+1
|\ \ \
| * | | Remove duplicate codeIulian Onofrei2019-11-071-1/+1
| | |/ | |/|
* | | Merge branch 'aRkedos-tmux-fix'toonn2019-12-314-28/+65
|\ \ \
| * | | Refactor handle_multiplexertoonn2019-12-315-64/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the method into name changing and resetting methods. `screen -Q` is relatively new so resetting the screen title won't work on systems with an older version, macOS for example. Fixes #1739
| * | | refactoring of redundant codearkedos2019-12-314-23/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squashing commits for cleaner history. whitespace final fixes refactor of redundant code
| * | | applying proposed tmux renaming fixarkedos2019-12-311-6/+4
| | | |
* | | | Merge branch 'davidgur-master'toonn2019-12-311-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | Fixes #859, #1071, #1308
| * | | Merge branch 'master' into masterDavid Gurevich2019-11-172-1/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into masterDavid Gurevich2019-11-161-0/+3
| |\ \ \ \
| * | | | | Fixed issue with W3MImgPreview not clearing previous imageDavid Gurevich2019-11-111-0/+1
| | | | | |
* | | | | | Merge branch 'prosoitos-add_preview'toonn2019-12-301-0/+34
|\ \ \ \ \ \
| * | | | | | Move xlsx back to handle_extensiontoonn2019-12-301-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Xlsx files aren't properly recognized by `file(1)`.
| * | | | | | Move new methods to handle_mimetoonn2019-12-301-42/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MIME type handler is preferable because it can match files that have the "wrong" extension or a ".backup" suffix for example. Fixes #1633
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, pandoc produces a document fragment. Adding the --standalone flag allows to get the title of the document.
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doubling up bold and BRIGHT for the name of the selected file in the titlebar. Fixes #1800
* | | | | | | 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 an entry about `filter_stack` to the man page, documenting the various subcommands and available filters. Add documentation about the new mappings. Add functionality to the `rotate` subcommand so you can pass the argument as a `quantifier`, i.e., a numeric prefix. Change the `.r` mapping to rely on this behavior accordingly, reducing the amount of unnecessary return pressing.