| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Helps readability.
|
|
|
|
|
| |
Makes the file easier to read in github while still maintaining the
current easy-to-read format found in the raw file
|
|
|
|
|
|
| |
Regarding the change in ranger/core/runner.py: setting the 'f' flag
causes the 'r' flag to run sudo -b which forks on it own so it should
be safe to not explicitly fork in this case.
|
|
|
|
| |
Closes #1205.
|
| |
|
|
|
|
|
| |
The `.pod`s were merged so I regenerated the man pages to be sure
they're correct.
|
|\
| |
| |
| | |
Adding kitty image previews to ranger : )
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changed response recieving to use bytestrings
Pythonic "if b'XX' in resp:" used in response checks
Disabled kitty preview when kitty is not in TERM
PEP8 new style fixes
Fixed operator newline in core/fm.py
Added a new ignore for pylint in core/main.py:374,25: Using deprecated method load_module() (deprecated-method)
|
| |
| |
| |
| |
| | |
Made so images are displayed in the top left corner of the preview pane
Fixed incorrect exit on python2
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Displays images by sending kitty Application Programming Command.
Requires PIL/pillow to work, possible enhancment to add a Imagemagik
based version.
Support for two modes, one slower that is network aware, possible
enhancment to add sutomatic mode selection.
Known BUGS: scrolling too fast will breakthe response catcher, leaking
escape seq into stdin and corrupting the display. FIX? Ask
kovidgoyal@kitty to implement a control sequence to disable responses
|
|\ \
| | |
| | | |
Support for RTL languages (Hebrew, Arabic) in the display of file names
|
| | | |
|
| | | |
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
Fixes #1192.
|
|\ \
| | |
| | | |
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
|
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| |\ \ \ \ \ \ |
|