| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Closes #1205.
|
|\
| |
| |
| | |
Adding kitty image previews to ranger : )
|
| |
| |
| |
| |
| |
| |
| |
| | |
Updated manapages
Corrections to rc.conf
Silenced the warning from pillow about image sizes
Tmux session with kitty raises ImgDisplayUnsupportedError
changed pager.py to also notify on ImgDispalyUnsupported Error
|
| |
| |
| |
| |
| | |
Implemented a way to obtain unstretched image previews
Fixed wording in ranger.pod
|
| |
| |
| |
| |
| |
| |
| |
| | |
Created late_init method to handle task dependent on late facilities
Enabled automatic network detection (required stdin to be properly init)
Fixed proper handling of import Errors (required ranger Exception handling)
Fixed handling of binary stdio differnces between py2/3
Unified said handling aross the module
|
| |
| |
| |
| |
| | |
Fixed grammar horrors in ranger.pod and ranger.conf
Improved resize handling
|
| |
| |
| |
| |
| |
| |
| | |
Fixed support for terminology terminal emulator
Fixed the annoying bug affecting fast scrolling (tnkx@kovidgoyal)
Refactored some code repeated for the whole module
Eliminated some dependencies
|
| |
| |
| |
| |
| |
| |
| |
| | |
Added more comments to the code
reverted changes to default values in rc.conf
addes explanations in rc.config about the new options
Couple of small stylistic corrections after running make test
Updated the man pages
|
|\ \ |
|
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #1087
Useful on high-latency filesystems as it avoid calls to statvfs system
call which costs: (number of redraw) * latency.
|
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
|/ / / |
|
| | | |
|
| |/
|/| |
|
|/
|
|
| |
(Thanks to Klemens Nanni for pointing it out)
|
| |
|
| |
|
|
|
|
| |
@hut: please document your settings in the man page too next time ;)
|
|
|
|
| |
@nfnty: please document your settings in the man page too next time ;)
|
|
|
|
| |
@Klinkenstecker: please document your settings in the man page next time ;)
|
|
|
|
|
| |
@kattrali: please add a distinct entry in the man page for every setting
you add
|
|
|
|
| |
@hut: please document your settings in the man page too next time ;)
|
|
|
|
| |
@jgreco: please document your settings in the man page too next time ;)
|
|
|
|
| |
@randynobx: please document your settings in the man page too next time ;)
|
|
|
|
|
|
| |
"Fuzzy" is the more applicable term here. "Smart" is often associated
with case sensitivity. So it would avoid confusion between
`set cd_tab_case smart` and `set cd_tab_smart true`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`VISUAL` is often misused to mean desktop GUI editor it's actual purpose
was to distinguish editors like `vi` (which is short for visual) from
editors like `ed` (which was probably short for editor), `EDITOR` is
actually intended to point to one of the latter.
Rifle still defaults to `vim` if both variables are undefined, even
with an old `rifle.conf` after trying to fall back on `EDITOR`.
For some better information on this see,
https://unix.stackexchange.com/a/334022
|
|
|
|
|
|
|
|
| |
Add two config options "iterm2_font_width" and "iterm2_font_height" that
override the default values of _minimum_font_width and
_minimum_font_height in ITerm2ImageDisplayer. The default values may
cause preview distortion if set too high (Issue #499) or result in the
preview being smaller than necessary if set too low.
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
| |
Excerpt from man page:
Toggle "freeze_files" setting. When active, directories and files will
not be loaded, improving performance when all the files you need are
already loaded. This does not affect file previews, which can be
toggled with "zI".
|
| |
|
|
|
|
| |
Thanks to @nanuda for the first implementation and inspiration.
|
| |
|
| |
|
|
|
|
|
| |
Fixes #502
Closes #505
|
| |
|
|
|
|
| |
Fixes #802
|