about summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | 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.
| | | * | | | 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-1514-49/+147
| | | | |\ \ \
| | | | * | | | 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 branch 'master' into yank_without_exthut2018-05-156-19/+19
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'master' into breakbeforebinopshut2018-05-1514-45/+142
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | * | | | 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 '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-143-3/+9
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Document change in :cd behaviortoonn2018-04-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | |
| | | | * | | 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 branch 'master' into copymapchhut2018-05-132-1/+3
| | | |\ \ \ \
| | | | * \ \ \ Merge pull request #1140 from toonn/mutoolhut2018-05-131-1/+2
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | Mutool
| | | | | * \ \ \ Merge branch 'master' into mutoolhut2018-05-139-35/+111
| | | | | |\ \ \ \
| | | | | * | | | | 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-161-0/+1
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Merge branch 'master' into masterhut2018-05-139-35/+111
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | 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-139-35/+111
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | rc.conf: document `freeze_files` settinghut2018-05-131-0/+4
| | | | | | | |
| | | | * | | | Merge branch 'custom_free_space'toonn2018-05-093-7/+12
| | | | |\ \ \ \
| | | | | * | | | Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-243-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency.
| | | | * | | | | Merge branch 'start-path-resolving'toonn2018-05-091-4/+19
| | | | |\ \ \ \ \
| | | | | * | | | | Implemented unit test for recent fixtau32018-02-151-2/+2
| | | | | | | | | |
| | | | | * | | | | Fixed start path resolving in case of absent working directorytau32018-02-151-4/+19
| | | | | | | | | |
| | | | * | | | | | Merge branch 'no_count'toonn2018-05-081-0/+4
| | | | |\ \ \ \ \ \
| | | | | * | | | | | fix automatically_count_files falseChristian Zangl2018-02-071-0/+4
| | | | | | | | | | |
| | | | * | | | | | | Merge branch 'mediamap'toonn2018-05-081-0/+1
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Revert gm mapping to /mediatoonn2018-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `/media/$USER` locations aren't finalized yet so we're holding off on that change.
| | | | | * | | | | | | Update bindings for media directoriestoonn2018-01-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of `udisks2` `/run/media/$USER` is becoming a common directory for automounting, this adds a keybinding to go there (using the first available letter in the path). Similarly the binding for `/media` now points to `/media/$USER`, because for example ubuntu adopted this new location. I believe the `$USER` parts have to do with security, giving only the user that mounted a filesystem access to it.
| | | | * | | | | | | | Merge branch 'tmuxtitle'toonn2018-05-082-4/+4
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Only try changing the tmux title if inside tmuxtoonn2018-01-311-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check whether we're running in `tmux` by checking the existence of `$TMUX` and only if so set the window title.
| | | | | * | | | | | | | Guard tmux title changestoonn2018-01-302-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the tmux window title to "ranger" was not guarded for the presence of the tmux executable, this tripped up at least one user with an `rc.conf` that still `set update_tmux_title true`. While the behavior is *not-a-bug*, I expect most people'd rather have the setting enabled by default since "python" is a less useful window title. Fix #1042
| | | | * | | | | | | | | Merge branch 'systemconf'toonn2018-05-084-20/+59
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Fix a longstanding typo in config/__init__.pytoonn2018-05-081-1/+1
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Update comments in rc.conf with system-wide locationtoonn2018-02-011-2/+3
| | | | | | | | | | | | | |