about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Kitty image display alpha, merge-readymark-dawn2018-05-295-89/+147
| | | | | | | | Added more comments to the code reverted changes to default values in rc.conf addes explanations in rc.config about the new options Couple of small stylistic corrections after running make test Updated the man pages
* Kitty image protocol based preview, alphamark-dawn2018-05-293-3/+181
| | | | | | | | | | | Displays images by sending kitty Application Programming Command. Requires PIL/pillow to work, possible enhancment to add a Imagemagik based version. Support for two modes, one slower that is network aware, possible enhancment to add sutomatic mode selection. Known BUGS: scrolling too fast will breakthe response catcher, leaking escape seq into stdin and corrupting the display. FIX? Ask kovidgoyal@kitty to implement a control sequence to disable responses
* Merge pull request #1130 from cjbassi/masterWojciech Siewierski2018-05-282-0/+18
|\ | | | | Add traverse_backwards command
| * Merge branch 'master' into masterWojciech Siewierski2018-05-2832-106/+337
| |\ | |/ |/|
* | Merge pull request #1092 from FichteForks/detect_file_encodingWojciech Siewierski2018-05-282-9/+34
|\ \ | | | | | | Improve file encoding detection for previews
| * \ Merge branch 'master' into detect_file_encodingWojciech Siewierski2018-05-2832-97/+303
| |\ \ | |/ / |/| |
* | | Merge branch 'chuanconggao-bugfix'toonn2018-05-171-1/+1
|\ \ \
| * \ \ Merge branch 'master' into bugfixChuancong Gao2018-05-1531-97/+306
| |\ \ \
| * | | | Fix bug for "Improve VCS symbols" #1123Chuancong Gao2018-05-151-1/+1
| | | | |
* | | | | Revert "ranger <path> can select files"hut2018-05-161-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to this commit, pressing `<Right>` on a file does nothing. Normally it should open the file. Until this is fixed, I'll remove this commit to restore this basic functionality. Unfortunately, the revert makes ranger crash when run like `ranger <somefilename>`, but this is a much less frequent use case, so the revert is still warranted. This reverts commit 2288a40b45ccdc57d287648c96c5bbe378b95a6d.
* | | | | Merge pull request #1175 from rod-stuchi/yank_without_ext_multi_filesToon Nolten2018-05-163-7/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed yank name without extension in multiple files
| * | | | remove unnecessary if statement, uses lazy_propertyRodrigo Stuchi2018-05-152-7/+7
| | | | |
| * | | | Fixed yank name without extension in multiple filesRodrigo Stuchi2018-05-152-2/+3
|/ / / / | | | | | | | | | | | | changed map `yw` to `y.` ref.: #1174
* | | | Merge pull request #1111 from vimeitor/masterhut2018-05-151-0/+2
|\ \ \ \ | | | | | | | | | | Add delay after opening (quickly_executed) a file
| * | | | Add delay after opening (quickly_executed) a fileAdrià Farrés2018-03-181-0/+2
| |/ / / | | | | | | | | | | | | This is analogous to 6cae0ed but with files, not directories.
* | | | Merge pull request #1123 from chuanconggao/patch-1hut2018-05-152-4/+6
|\ \ \ \ | | | | | | | | | | Improve VCS symbols
| * \ \ \ Merge branch 'master' into patch-1hut2018-05-1523-75/+273
| |\ \ \ \
| * | | | | Update VCS symbolsChuancong Gao2018-03-292-4/+6
| | |/ / / | |/| | |
* | | | | rc.conf: rename `yank name_no_ext` command to `yank name_without_extension`hut2018-05-152-2/+2
| | | | |
* | | | | Merge pull request #1174 from rod-stuchi/yank_without_exthut2018-05-152-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Yank name without extension
| * \ \ \ \ Merge branch 'master' into yank_without_exthut2018-05-157-20/+20
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' into breakbeforebinopshut2018-05-1521-70/+226
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Add ignore for `W503` to `.flake8` to follow new pep8toonn2018-05-141-1/+1
| | | | | |
* | | | | | MISSION CRITICAL update to adhere to pep8toonn2018-04-216-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pep8 was changed to recommend breaking lines *before* rather than after binary operators. This patch makes everything right with the universe. Fixes #1145
| | * | | | Merge branch 'master' into yank_without_extRodrigo Stuchi2018-05-152-7/+18
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'allthetabs'toonn2018-05-152-7/+18
| |\ \ \ \ \
| | * | | | | Remove the implicit assumption tabs are numbers.toonn2018-04-191-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only get_tab_list() implicitly assumed that tab keys are numbers, or at least homogeneous. This assumption has now been removed by using a simple ordering class that orders numbers as expected but anything else lexically.
| | * | | | | Lift the limit on tabs for :tab_newtoonn2018-04-191-4/+4
| | | | | | |
| | * | | | | Save all the tabs, including the active tab.toonn2018-04-191-2/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the check preventing the active tab from being saved. Fixes #883
| | * | | | Yank name without extensionRodrigo Stuchi2018-05-142-1/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yw map to yank a filename without extension closes #1162 removed unnecessary semicolon
| * | | | Merge branch 'mxovd-master'toonn2018-05-141-0/+1
| |\ \ \ \
| | * | | | Merge branch 'master' of github:mxovd/ranger into mxovd-mastertoonn2018-05-141-0/+1
| |/| | | |
| | * | | | Enter directory before executing command argumentsmxovd2018-04-131-0/+1
| |/ / / / |/| | | |
| * | | | Merge branch 'rangerpath'toonn2018-05-145-21/+49
| |\ \ \ \
| | * | | | Document change in :cd behaviortoonn2018-04-033-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a sentence about the file selecting behavior of `:cd` to the docstring and the manpage. Added missing `=back` to POSITIONAL ARGUMENTS section in the manpage.
| | * | | | Add a TODO on deprecating --selectfiletoonn2018-04-021-0/+1
| | | | | |
| | * | | | Added positional arguments section to manpagetoonn2018-03-312-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The optional positional argument "path" wasn't documented, changed the argument to "path ..." because you can provide more than one and documented what happens. Added a sentence to the `--selectfile` item pointing out it's superceded by the positional arguments.
| | * | | | ranger <path> can select filestoonn2018-03-311-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because `ranger somefile` used to invoke rifle but that moved to its own command `ranger somefile` seemed defunct. People expected ranger to select the file and were baffled when it crashed. Now the documentation using the verbiage "path" is no longer confusing/a lie because it just works™ (until it breaks). Fixes #930
| * | | | | Merge pull request #1152 from toonn/copymapchhut2018-05-131-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix <C-h> mapping
| | * \ \ \ \ Merge branch 'master' into copymapchhut2018-05-135-5/+7
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #1140 from toonn/mutoolhut2018-05-134-5/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Mutool
| | * \ \ \ \ \ Merge branch 'master' into mutoolhut2018-05-1315-42/+155
| | |\ \ \ \ \ \
| | * | | | | | | Refix typo "sytem"toonn2018-04-162-2/+2
| | | | | | | | |
| | * | | | | | | Add a pass through fmt to pdf previews.toonn2018-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reformats the previews to fit the preview column width making previews more readable in most cases.
| | * | | | | | | Add support for mutool pdf previews in scope.shtoonn2018-04-164-7/+8
| |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #1151 from hektr/masterhut2018-05-131-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | just a little addition in rfile
| | * | | | | | Merge branch 'master' into masterhut2018-05-1315-44/+157
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | mistypehektr2018-04-241-1/+1
| | | | | | | |
| | * | | | | | gwenview has been added as image viewerhektr2018-04-241-0/+1
| |/ / / / / / |/| | | | | | | | | | | | | Gwenview is standart image viewer on kde desktop, so it would be nice to have this program in default ranger associations. It's not console program, but it's faster comparing with gimp.
| | * | | | | Merge branch 'master' into copymapchhut2018-05-1315-44/+157
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |