| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add traverse_backwards command
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Improve file encoding detection for previews
|
| |\ \
| |/ /
|/| | |
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fixed yank name without extension in multiple files
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
changed map `yw` to `y.` ref.: #1174
|
|\ \ \ \
| | | | |
| | | | | |
Add delay after opening (quickly_executed) a file
|
| |/ / /
| | | |
| | | |
| | | | |
This is analogous to 6cae0ed but with files, not directories.
|
|\ \ \ \
| | | | |
| | | | | |
Improve VCS symbols
|
| |\ \ \ \ |
|
| | |/ / /
| |/| | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Yank name without extension
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pep8 was changed to recommend breaking lines *before* rather than after
binary operators. This patch makes everything right with the universe.
Fixes #1145
|
| | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | | |
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove the check preventing the active tab from being saved.
Fixes #883
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
yw map to yank a filename without extension
closes #1162
removed unnecessary semicolon
|
| |\ \ \ \ |
|
| |/| | | | |
|
| |/ / / /
|/| | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix <C-h> mapping
|
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Mutool
|
| | |\ \ \ \ \ \ |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This reformats the previews to fit the preview column width making
previews more readable in most cases.
|
| |/ / / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
just a little addition in rfile
|
| | |\ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | | | | | | | |
|
| |/ / / / / /
|/| | | | | |
| | | | | | | |
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.
|
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|