Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | doc/howto-publish-a-release: Use `*` for bullet lists | nfnty | 2017-02-17 | 1 | -29/+29 | |
| | ||||||
* | doc: man: Clarify config sourcing | nfnty | 2017-02-16 | 3 | -26/+20 | |
| | ||||||
* | setup.py: Use distutils by default | nfnty | 2017-02-11 | 1 | -1/+1 | |
| | | | | Fixes #805 | |||||
* | Beta release 1.9.0b4 v1.9.0b4 | nfnty | 2017-02-10 | 2 | -2/+2 | |
| | ||||||
* | Beta release 1.9.0b3 v1.9.0b3 | nfnty | 2017-02-10 | 2 | -2/+2 | |
| | ||||||
* | doc/howto-publish-a-release: Change to markdown | nfnty | 2017-02-10 | 2 | -39/+49 | |
| | ||||||
* | release docs: Add PyPI release | nfnty | 2017-02-10 | 1 | -4/+16 | |
| | ||||||
* | Beta release 1.9.0b2 v1.9.0b2 | nfnty | 2017-02-10 | 2 | -2/+2 | |
| | ||||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 2 | -2/+2 | |
| | ||||||
* | commands: Add `quitall!`, Change behavior of `quit!` | nfnty | 2017-02-09 | 3 | -14/+19 | |
| | | | | Fixes #802 | |||||
* | config.commands: quit, quitall: Don't exit if loader has work | Samuel Walladge | 2017-02-08 | 3 | -8/+23 | |
| | | | | Fixes #739 | |||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 4 | -6/+6 | |
| | ||||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 2 | -4/+24 | |
| | | | | | Fixes #303 Fixes #448 | |||||
* | rifle: Add new option flag `-c` | Samuel Walladge | 2017-02-05 | 2 | -6/+15 | |
| | ||||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 3 | -2/+11 | |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | |||||
* | commands: rename_append: Add flags | nfnty | 2017-02-01 | 2 | -60/+63 | |
| | | | | | | | | | Adds ability to position before all extensions. Adds ability to remove everything except extensions. Fixes issue when `flat` is used, where it would jump to parent extension. Fixes #744 | |||||
* | Add command for jumping to first non-directory/non-file | The Flying Rapist | 2017-02-01 | 3 | -2/+20 | |
| | | | | Fixes #409 | |||||
* | "title bar" -> "titlebar" | nfnty | 2017-01-29 | 2 | -2/+2 | |
| | ||||||
* | Add setting `hostname_in_titlebar` | nfnty | 2017-01-29 | 3 | -2/+9 | |
| | | | | Fixes #782 | |||||
* | config.commands: `setlocal`: Properly parse path with spaces | nfnty | 2017-01-24 | 3 | -2/+8 | |
| | | | | | | Added proper quote parsing Fixes #753 | |||||
* | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 1 | -2/+2 | |
| | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. | |||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 3 | -3/+3 | |
| | ||||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 3 | -0/+6 | |
| | ||||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 3 | -23/+23 | |
| | ||||||
* | ranger in danger because of some stranger v1.8.1 | hut | 2017-01-08 | 2 | -2/+2 | |
| | ||||||
* | git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0 | hut | 2016-12-24 | 3 | -17/+13 | |
| | ||||||
* | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 2 | -6/+6 | |
| | ||||||
* | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 2 | -10/+48 | |
| | ||||||
* | manpage: rebuild | hut | 2016-09-03 | 2 | -27/+20 | |
| |