| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Rifle serves a similar purpose to `xdg-open` on Linux and `open` on
macOS. We fall back to those so users can enjoy their xdg and other
configuration from rifle.
|
|\
| |
| | |
Reorder default rifle rules for popular browsers
|
|/
|
|
|
|
| |
Browser usage statistics are skewed *heavily* in favor of
chrome/chromium so it goes against our custom of ordering programs by
likelihood of preference, i.e., basically inverse frequency of usage.
|
|\ |
|
|/ |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
- also support wayland for flag t (opening in new terminal)
|
|\ \ |
|
|/ / |
|
|\ \
| | |
| | | |
Deprecate c/p/tunmap in favor of unc/p/tmap
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`cunmap` definitely won't be missed because it was buggy. I'd expect the
other two to be even less missed.
I considered writing a decorator for deprecation because the code is
repetitive but imo it should be removed in the *next* version after
1.9.3 so it shouldn't matter much.
Fixes #1698
|
|/ /
| |
| |
| |
| | |
`cunmap` was broken and nobody noticed. It unmapped bindings in the
`browser` context, so it was basically an alias for `unmap`.
|
|\ \
| | |
| | | |
Document :trash command
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Add a configurable max VCS message length
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Add a trash-cli support to the default rifle.conf
|
| |\ \ \
| | | | |
| | | | | |
Rifle trash
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Provide a commented out alternative for the `<F8>` `:delete` key
binding.
|
| | | | | |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add a generic rule that should serve a similar function to
`trash-cli`, i.e., move the files somewhere so they're marked for
deletion without actually deleting them. Should be fairly simple to
delete the trash by `rm -r`ing the trash directory.
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Closes #1699.
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Previously it was hardcoded as 50, let's make it easy to change for
the user.
Improves upon #1705.
Related to #1704.
|
|\ \
| | |
| | | |
Truncate the VCS commit message
|
| | |
| | |
| | |
| | |
| | | |
50 characters seems to be the recommended length of the Git commit
messages.
|
|/ /
| |
| |
| | |
Fixes #1704.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Doctests are interfering with CI because curses can't find the terminfo
database. This'll require looking into but for now we'll run the
doctests seperately and expect failure. Same thing for pytests.
|
| | |
| | |
| | |
| | |
| | |
| | | |
By seperating the python 3.7 workflow we can keep an eye on changed
linting errors for the newer pylint. Without cancelling the actions for
our current setup.
|
| | |
| | |
| | |
| | |
| | | |
Temporarily drop python 3.7 from the workflow because it's not
compatible with `pylint<2`.
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |/ / /
|/| | | |
Document tab_shift keybindings
|
|/ / /
| | |
| | |
| | | |
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
|
|\ \
| | |
| | | |
Document überzug preview method in the manpage
|