| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Document the new console flag. `-s` allows specifying a sentinel string.
This sentinel is removed from the body of the command and the cursor is
set to its position when opening the console.
Sentinel replacement happens after macro expansion and there's no
characters which cannot occur in a path. It is therefore impossible to
use a sentinel which is 100% "macro safe."
Example, running `console -s <cursor> shell <cursor> %s` will open the
console with the contents `:shell | %s`, where `|` symbolizes the
cursor.
|
|
|
|
|
| |
When documenting the draw_borders_multipane setting an extra blank line
was added.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes to code in:
- previous commit (THIS_COMMIT^)
- c826091a74e88102ca1795ab9798dd8b8498f653
|
|
|
|
| |
Even the Python docs recommend setuptools over using distutils directly.
|
|
|
|
| |
Closes #1866
|
| |
|
|
|
|
|
| |
Explicitly state that defaults won't be loaded if a configuration file
is present and render the docs.
|
|
|
| |
In response to #1825.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Split the method into name changing and resetting methods.
`screen -Q` is relatively new so resetting the screen title won't work
on systems with an older version, macOS for example.
Fixes #1739
|
|
|
|
|
|
|
|
|
|
| |
squashing commits for cleaner history.
whitespace
final fixes
refactor of redundant code
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add an entry about `filter_stack` to the man page, documenting the various
subcommands and available filters. Add documentation about the new
mappings.
Add functionality to the `rotate` subcommand so you can pass the
argument as a `quantifier`, i.e., a numeric prefix. Change the `.r`
mapping to rely on this behavior accordingly, reducing the amount of
unnecessary return pressing.
|
| | |
|
|\ \ |
|
| |/
| |
| |
| | |
Fixes #1304
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Upon further consideration we've reconsidered and decided to merge the
seperate title update settings.
|
| |\| |
|
| | |
| | |
| | |
| | | |
resolves #1637
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`F<file_>` is rendered using underline in a man page, which makes the
underscore hard to see. So I switched the file name examples for `pp` to
use `C<file_>` which is rendered using "double quotation marks."
|
| | | | |
|
| |\ \ \
| | | |/
| | |/| |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
It allows you to specify your own function to generate the path for conflicting files.
|
| | |/
| |/|
| | |
| | | |
It allows you to specify 'overwrite', 'rename', or 'rename_ext' (=default) in case of a file name conflict. This obsoletes the overwrite parameter.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The man page was missing the various optional dependencies for previews.
I revised and then copied the list from the `README.md`.
Fixes #1781
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | | |
Add to the cheatsheet the functionality of Space and some navigation
keys: Insert, Home, End, Page Up and Page Down.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously it was hardcoded as 50, let's make it easy to change for
the user.
Improves upon #1705.
Related to #1704.
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
One of the Debian patches patches our `ranger.desktop` to include
`Keywords`. I figure if we apply this, downstream need not bother and
many people can benefit.
|
|/ / /
| | |
| | |
| | | |
Fixes #1592
|
| | |
| | |
| | |
| | |
| | | |
I also added a utf8 encoding directive because pod2man complains
otherwise and I see no reason not to have a utf8 manpage.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No longer will searching the docs say "Look elsewhere for the
information you were hoping to find." All these sections did was clutter
search results.
I took the liberty to reorder all the "taskview or pager" entries
because for some reason they weren't alphabetic.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The extra entries pointing from `copycmap` and co. to `copymap` only
contributed noise and confusion making their explanation harder to find.
This has summarily been dealt with using my exemplary SEO skills ; )
Fixes #1678
|
| | |
| | |
| | |
| | | |
Fixes #1678
|