Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the manpage: add --show-only-dirs | Wojciech Siewierski | 2017-06-16 | 1 | -1/+6 |
| | |||||
* | commands: cd: Implement smart tab completion with less typing | nfnty | 2017-03-26 | 1 | -1/+4 |
| | | | | Thanks to @nanuda for the first implementation and inspiration. | ||||
* | doc: ranger: Reorder some settings | nfnty | 2017-03-19 | 1 | -8/+8 |
| | |||||
* | commands: Add setting for cd tab completion case sensitivity | Dmitry Kryukov | 2017-03-19 | 1 | -0/+9 |
| | |||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 1 | -1/+6 |
| | | | | | Fixes #502 Closes #505 | ||||
* | Beta release 1.9.0b5 v1.9.0b5 | nfnty | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | doc: man: Clarify config sourcing | nfnty | 2017-02-16 | 1 | -13/+10 |
| | |||||
* | Beta release 1.9.0b4 v1.9.0b4 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b3 v1.9.0b3 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b2 v1.9.0b2 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | commands: Add `quitall!`, Change behavior of `quit!` | nfnty | 2017-02-09 | 1 | -7/+9 |
| | | | | Fixes #802 | ||||
* | config.commands: quit, quitall: Don't exit if loader has work | Samuel Walladge | 2017-02-08 | 1 | -4/+11 |
| | | | | Fixes #739 | ||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 1 | -2/+11 |
| | | | | | Fixes #303 Fixes #448 | ||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 1 | -1/+5 |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | ||||
* | commands: rename_append: Add flags | nfnty | 2017-02-01 | 1 | -32/+32 |
| | | | | | | | | | 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 | 1 | -1/+10 |
| | | | | Fixes #409 | ||||
* | "title bar" -> "titlebar" | nfnty | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Add setting `hostname_in_titlebar` | nfnty | 2017-01-29 | 1 | -1/+4 |
| | | | | Fixes #782 | ||||
* | config.commands: `setlocal`: Properly parse path with spaces | nfnty | 2017-01-24 | 1 | -1/+4 |
| | | | | | | Added proper quote parsing Fixes #753 | ||||
* | ranger in danger because of some stranger v1.8.1 | hut | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0 | hut | 2016-12-24 | 1 | -14/+10 |
| | |||||
* | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 1 | -4/+4 |
| | |||||
* | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 1 | -10/+32 |
| | |||||
* | manpage: rebuild | hut | 2016-09-03 | 1 | -13/+10 |
| | |||||
* | manpage: Document how to escape macros | hut | 2016-09-03 | 1 | -2/+4 |
| | |||||
* | merge setting "relative_line_numbers" into "line_numbers" | hut | 2016-05-24 | 1 | -7/+9 |
| | | | | | | | line_numbers now takes a string rather than a bool, with the valid values "false", "absolute" and "relative". Related to #546 | ||||
* | Merge branch 'linum' of https://github.com/mrogalski/ranger | hut | 2016-05-24 | 1 | -1/+8 |
|\ | |||||
| * | Add man description. | Mark Rogalski | 2016-05-16 | 1 | -1/+8 |
| | | |||||
* | | Manpage: added documentation about commands in plugins | hut | 2016-05-24 | 1 | -2/+6 |
|/ | |||||
* | `draw_progress_bar_in_statusbar' does not exist | mrogalski | 2016-05-11 | 1 | -2/+2 |
| | |||||
* | doc/ranger.1: document :source command | hut | 2016-04-15 | 1 | -1/+11 |
| | |||||
* | rebuilt man page | hut | 2016-04-06 | 1 | -0/+5 |
| | |||||
* | allow toggling options with `:set <option>!` | hut | 2016-04-03 | 1 | -1/+7 |
| | |||||
* | doc/ranger.1: Added documentation for {yd}{art} key bindings | hut | 2016-03-25 | 1 | -3/+6 |
| | |||||
* | rebuild man pages | hut | 2016-02-24 | 1 | -5/+13 |
| | |||||
* | ranger.pod: describe that :setlocal path is a regex | hut | 2016-01-01 | 1 | -1/+5 |
| | | | | fixes #443 | ||||
* | Added :echo command, disabled :notify command | hut | 2015-11-14 | 1 | -1/+5 |
| | |||||
* | Fixed that rare bug with the fireballs and explosions v1.7.2 | hut | 2015-10-04 | 1 | -1/+1 |
| | |||||
* | rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345 | hut | 2015-10-04 | 1 | -2/+6 |
| | |||||
* | Initial commit v1.7.1 | hut | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0 | hut | 2015-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 7236dde27bf33fec5097c223f0d70598b10ba05f Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 14:33:59 2015 +0200 wrote changelog entry commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:27 2015 +0200 update version number in man page commit b1948b9382027ed55d095a936610bc62f7cdba9a Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:08 2015 +0200 update rifle version number commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:34:59 2015 +0200 s/ranger-master/ranger-stable/ commit 6967a48193227b4a0c843e8831e5511005179f69 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:33:06 2015 +0200 updated version number commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:18:26 2015 +0200 updated version info in example plugins | ||||
* | doc/ranger.1: fix paths in RESOURCES section | hut | 2015-04-13 | 1 | -3/+3 |
| | |||||
* | moved "doc/examples" to "examples" for more visibility | hut | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | doc/ranger.1: updated RESOURCES section | hut | 2015-04-13 | 1 | -2/+7 |
| | |||||
* | doc/ranger.1: added entries for :help and :setintag | hut | 2015-04-13 | 1 | -1/+11 |
| | |||||
* | ranger.1: added documentation for %rangerdir and %space macros | hut | 2015-04-10 | 1 | -1/+9 |
| | |||||
* | new linemode with the information from file(1) | Wojciech Siewierski | 2015-03-30 | 1 | -2/+6 |
| | |||||
* | Consolidate image preview method preferences | Delisa Mason | 2015-03-09 | 1 | -2/+2 |
| | | | | | * Remove use_w3m_image_preview and use_iterm2_image_preview in favor of preview_images_method, easing the development of other image preview methods as needed |