Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | manpage: Document how to escape macros | hut | 2016-09-03 | 2 | -2/+6 |
| | |||||
* | fix documentation typo | nightsense | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'document-scout-flag-r' of https://github.com/nevimov/ranger | hut | 2016-07-05 | 1 | -0/+1 |
|\ | |||||
| * | Document -r flag for scout command | nevimov | 2016-06-27 | 1 | -0/+1 |
| | | | | | | | | | | The default rc.conf uses 'scout' with the '-r' flag in several places, but the flag isn't documented. |