| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
this indicates that ranger should not be used as a file launcher
anymore, since it now ships with the standalone program `rifle'.
|
| |
|
|
|
|
|
| |
this avoids garbled output for a pager that doesn't pass through ansi
codes to the terminal
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Again, use rifle as a file launcher instead
|
|
|
|
| |
Instead of launching ranger for opening files, simply use rifle.
|
|
|
|
|
| |
The command :narrow has few use cases, which will be served by a system
that'll be implemented at a later point.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit f24817eece19aafba5dd7399c2dd3c212dacf29b.
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 8a516820081a317b85c6c2ced7901a4000130bf5.
The commit introduced a feature that already existed; you can simply run
fm.open_console() to change the current line.
Conflicts:
ranger/gui/widgets/console.py
|
|
|
|
|
| |
this can be used in commands which temporarily filter the directory,
without disrupting the user-defined filter.
|
|
|
|
|
| |
That way, the accept_file function can get whatever information about
the directory it needs.
|
|
|
|
|
|
| |
the code "if hidden_filter in fname" assumes that hidden_filter is a
string, which can never happen since Directory.load_bit_by_bit converts
the string value to a regexp
|
| |
|
|
|
|
| |
As requested by Miodrag Milic
|