Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge branch 'custom_free_space' | toonn | 2018-05-09 | 2 | -0/+7 | |
| | |\ \ \ | ||||||
| | | * | | | Add new option to disable display of free disk space in statusbar | Stephane Fontaine | 2018-02-24 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency. | |||||
| | * | | | | Merge branch 'systemconf' | toonn | 2018-05-08 | 2 | -8/+14 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Document system-wide configuration files. | toonn | 2018-05-08 | 2 | -5/+11 | |
| | | | | | | | ||||||
| * | | | | | | Refix typo "sytem" | toonn | 2018-04-16 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Add support for mutool pdf previews in scope.sh | toonn | 2018-04-16 | 2 | -6/+6 | |
| |/ / / / / | ||||||
| * | | / / | Apply patch from debian package: 0004-fix-type-in-manpage.patch | hut | 2018-04-01 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Ĺukasik <mati75@linuxmint.pl> | |||||
* / | | | | Proper usage of the bidi setting | Erez Shermer | 2018-06-07 | 1 | -0/+6 | |
|/ / / / | ||||||
* | | | | doc/ranger.1: Reorder the settings alphabetically | Wojciech Siewierski | 2018-03-05 | 3 | -9/+9 | |
| | | | | ||||||
* | | | | Update the manpage | Wojciech Siewierski | 2018-03-04 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsed | Wojciech Siewierski | 2018-03-04 | 1 | -0/+5 | |
| |/ / |/| | | ||||||
* | | | elaborated on how to tag a commit | hut | 2018-02-22 | 1 | -1/+3 | |
| | | | ||||||
* | | | Added chapter about preparing the stable branch before release | hut | 2018-02-22 | 1 | -0/+23 | |
| | | | ||||||
* | | | Please do not turn off your phone while upgrading... | Wojciech Siewierski | 2018-02-22 | 2 | -5/+5 | |
| | | | ||||||
* | | | removed redundant directive in howto-publish-a-release.md | hut | 2018-02-21 | 1 | -1/+0 | |
| | | | ||||||
* | | | update howto-publish-a-release.md | hut | 2018-02-21 | 1 | -2/+4 | |
| | | | ||||||
* | | | change website URLS to HTTPS | hut | 2018-02-05 | 3 | -12/+12 | |
|/ / | | | | | | | (Thanks to Klemens Nanni for pointing it out) | |||||
* | | update homepage references | hut | 2018-01-28 | 3 | -8/+8 | |
| | | ||||||
* | | core.main: rearranged command line items | hut | 2018-01-28 | 2 | -4/+4 | |
| | | ||||||
* | | Merge branch 'master' into v1.9.0 | hut | 2018-01-28 | 2 | -4/+73 | |
|\ \ | ||||||
| * | | manpage: document `viewmode` setting | hut | 2018-01-28 | 2 | -0/+11 | |
| | | | | | | | | | | | | @hut: please document your settings in the man page too next time ;) | |||||
| * | | manpage: document `vcs_backend_svn` setting | hut | 2018-01-28 | 2 | -3/+3 | |
| | | | | | | | | | | | | @nfnty: please document your settings in the man page too next time ;) | |||||
| * | | manpage: documented `show_selection_in_titlebar` setting | hut | 2018-01-28 | 2 | -0/+7 | |
| | | | | | | | | | | | | @Klinkenstecker: please document your settings in the man page next time ;) | |||||
| * | | manpage: documented `preview_images_method` setting | hut | 2018-01-28 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | @kattrali: please add a distinct entry in the man page for every setting you add | |||||
| * | | manpage: documented `open_all_images` setting | hut | 2018-01-28 | 2 | -0/+9 | |
| | | | | | | | | | | | | @hut: please document your settings in the man page too next time ;) | |||||
| * | | manpage: documented `iterm2_font_{width,height}` settings | hut | 2018-01-28 | 2 | -0/+18 | |
| | | | | | | | | | | | | @jgreco: please document your settings in the man page too next time ;) | |||||
| * | | manpage: documented `global_inode_type_filter` setting | hut | 2018-01-28 | 2 | -1/+16 | |
| | | | | | | | | | | | | @randynobx: please document your settings in the man page too next time ;) | |||||
* | | | WIP of version bump | hut | 2018-01-25 | 2 | -2/+2 | |
|/ / | ||||||
* | | Renamed `cd_tab_smart` to `cd_tab_fuzzy` | hut | 2018-01-25 | 3 | -7/+9 | |
| | | | | | | | | | | | | "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`. | |||||
* | | Prefer VISUAL to EDITOR | toonn | 2018-01-23 | 4 | -11/+33 | |
|/ | | | | | | | | | | | | | `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 | |||||
* | Merge branch 'master' of https://github.com/jgreco/ranger | hut | 2017-12-20 | 2 | -0/+8 | |
|\ | ||||||
| * | Add config opts for iTerm2 font size (for preview) | john | 2017-10-22 | 3 | -2/+10 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | | Bump the version in README and the manpage | Wojciech Siewierski | 2017-12-07 | 2 | -5/+5 | |
|/ | ||||||
* | Merge branch 'one-indexed' of https://github.com/n1amr/ranger | hut | 2017-10-17 | 2 | -0/+15 | |
|\ | ||||||
| * | add settings option to use one indexed line numbers | Amr Alaa | 2017-09-17 | 3 | -2/+17 | |
| | | ||||||
* | | Add option 'save_backtick_bookmark', fixes #947 | hut | 2017-10-01 | 3 | -2/+11 | |
| | | ||||||
* | | doc/ranger.1: mention that "t" flag uses x-terminal-emulator | hut | 2017-09-26 | 2 | -4/+4 | |
| | | ||||||
* | | rebuilt man page | hut | 2017-09-26 | 2 | -5/+5 | |
|/ | ||||||
* | doc/tools: Fix shebang | nfnty | 2017-07-30 | 2 | -3/+4 | |
| | ||||||
* | doc/ranger.1: mention "FROZEN", so people can grep it | hut | 2017-07-16 | 2 | -8/+10 | |
| | ||||||
* | add "F" key to toggle new "freeze_files" option | hut | 2017-07-16 | 3 | -2/+26 | |
| | | | | | | | | | 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". | |||||
* | fix pylint nagging about performance_test.py on py2 | hut | 2017-07-16 | 1 | -0/+1 | |
| | ||||||
* | add doc/tools/performance_test.py | hut | 2017-07-16 | 1 | -0/+40 | |
| | ||||||
* | Update the manpage: add --show-only-dirs | Wojciech Siewierski | 2017-06-16 | 2 | -1/+12 | |
| | ||||||
* | commands: cd: Implement smart tab completion with less typing | nfnty | 2017-03-26 | 3 | -2/+9 | |
| | | | | Thanks to @nanuda for the first implementation and inspiration. | |||||
* | doc: ranger: Reorder some settings | nfnty | 2017-03-19 | 2 | -18/+18 | |
| | ||||||
* | commands: Add setting for cd tab completion case sensitivity | Dmitry Kryukov | 2017-03-19 | 2 | -0/+17 | |
| | ||||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 3 | -2/+13 | |
| | | | | | Fixes #502 Closes #505 | |||||
* | Beta release 1.9.0b5 v1.9.0b5 | nfnty | 2017-02-19 | 2 | -2/+2 | |
| | ||||||
* | doc: howto-publish-a-release: Add tag steps | nfnty | 2017-02-19 | 1 | -1/+2 | |
| |