| Commit message (Expand) | Author | Age | Files | Lines |
* | Tax loss harvesting release, nothing to see here v1.9.3 | toonn | 2019-12-31 | 7 | -9/+63 |
* | Fix overflows in man page formatting | toonn | 2019-12-31 | 2 | -16/+20 |
* | Merge branch 'dmitmel-examples-bash-automatic-cd' | toonn | 2019-12-31 | 5 | -37/+43 |
|\ |
|
| * | Added shellcheck directives for specifying shell | Dmytro Meleshko | 2019-11-06 | 2 | -0/+4 |
| * | Added a notice about sourcing examples/shell_subshell_notice.sh as well | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| * | Added mention about sourcing examples/shell_automatic_cd.sh from shell config | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| * | Merge branch 'master' into examples-bash-automatic-cd | Dmytro Meleshko | 2019-11-06 | 2 | -23/+37 |
| |\ |
|
| * | | Updated comments about compatibility with ranger versions | Dmytro Meleshko | 2019-11-06 | 2 | -2/+2 |
| * | | Removed shebangs | Dmytro Meleshko | 2019-11-06 | 2 | -4/+0 |
| * | | Renamed script files to not mention Bash | Dmytro Meleshko | 2019-11-02 | 2 | -0/+0 |
| * | | Added shebangs and removed notices specifically about Bash | Dmytro Meleshko | 2019-11-02 | 2 | -4/+8 |
| * | | Apply requested changes to ranger.py and enforce full POSIX compliance | Dmytro Meleshko | 2019-10-28 | 2 | -7/+6 |
| * | | Removed replaced $(<...) with cat | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| * | | Added comparison with $PWD back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| * | | Replaced `[[` with POSIX-compatible `[` | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| * | | Added pattern for mktemp back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| * | | Refactor the shell script embedded in ranger.py | Dmytro Meleshko | 2019-10-27 | 1 | -9/+10 |
| * | | Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -1/+1 |
| * | | Refactored examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -7/+7 |
* | | | Merge branch 'revolter-patch-1' | toonn | 2019-12-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Remove duplicate code | Iulian Onofrei | 2019-11-07 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'aRkedos-tmux-fix' | toonn | 2019-12-31 | 4 | -28/+65 |
|\ \ \ |
|
| * | | | Refactor handle_multiplexer | toonn | 2019-12-31 | 5 | -64/+56 |
| * | | | refactoring of redundant code | arkedos | 2019-12-31 | 4 | -23/+70 |
| * | | | applying proposed tmux renaming fix | arkedos | 2019-12-31 | 1 | -6/+4 |
* | | | | Merge branch 'davidgur-master' | toonn | 2019-12-31 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'master' into master | David Gurevich | 2019-11-17 | 2 | -1/+9 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into master | David Gurevich | 2019-11-16 | 1 | -0/+3 |
| |\ \ \ \ |
|
| * | | | | | Fixed issue with W3MImgPreview not clearing previous image | David Gurevich | 2019-11-11 | 1 | -0/+1 |
* | | | | | | Merge branch 'prosoitos-add_preview' | toonn | 2019-12-30 | 1 | -0/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | Move xlsx back to handle_extension | toonn | 2019-12-30 | 1 | -9/+10 |
| * | | | | | | Move new methods to handle_mime | toonn | 2019-12-30 | 1 | -42/+35 |
| * | | | | | | remove pandoc fallback support for json files | Marie-Helene Burle | 2019-12-30 | 1 | -1/+0 |
| * | | | | | | Add '--', empty lines, and pandoc fallback support for html and json | Marie-Helene Burle | 2019-12-30 | 1 | -6/+10 |
| * | | | | | | Minor change in comment | Marie-Helene Burle | 2019-12-30 | 1 | -3/+3 |
| * | | | | | | Move pandoc support for ePub and FB2 back to handle_extension() | Marie-Helene Burle | 2019-12-30 | 1 | -8/+1 |
| * | | | | | | Fix minor comment inconsistency | Marie-Helene Burle | 2019-12-30 | 1 | -0/+1 |
| * | | | | | | More sensible way to add pandoc support for ePub, FB2, and ODT | Marie-Helene Burle | 2019-12-30 | 1 | -1/+8 |
| * | | | | | | Add pandoc support for odt, epub, and fb2 | Marie-Helene Burle | 2019-12-30 | 1 | -2/+10 |
| * | | | | | | Add -s flag to pandoc | Marie-Helene Burle | 2019-12-30 | 1 | -1/+1 |
| * | | | | | | Add information on how to get xls2csv and xlsx2csv applications | Marie-Helene Burle | 2019-12-30 | 1 | -0/+4 |
| * | | | | | | Fix typo in a comment of previous commit | Marie-Helene Burle | 2019-12-30 | 1 | -1/+1 |
| * | | | | | | Add preview support to .rtf, .doc, .docx, .xlsx, .xls | Marie-Helene Burle | 2019-12-30 | 1 | -1/+25 |
|/ / / / / / |
|
* | | | | | | Fix keyword argument assignment whitespace | toonn | 2019-12-30 | 1 | -1/+1 |
* | | | | | | Merge branch 'colorschemes-thisfile' | toonn | 2019-12-30 | 1 | -1/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix white text on white background in titlebar | toonn | 2019-12-30 | 1 | -1/+0 |
* | | | | | | | Merge branch 'aRkedos-unique-file' | toonn | 2019-12-30 | 6 | -33/+384 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove comment and doubled up space | toonn | 2019-12-29 | 2 | -2/+1 |
| * | | | | | | | Fix hash_chunks generator | toonn | 2019-12-28 | 2 | -6/+9 |
| * | | | | | | | Improve filter_stack documentation | toonn | 2019-12-27 | 4 | -35/+240 |