Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cheatsheet: highlight hjkl in red, not green | hut | 2015-04-19 | 1 | -5/+3 |
| | |||||
* | cheatsheet: highlight the "?" key | hut | 2015-04-19 | 1 | -5/+5 |
| | |||||
* | cheatsheet: added three new sections | hut | 2015-04-19 | 1 | -107/+558 |
| | |||||
* | added example plugin that adds a linemode | hut | 2015-04-19 | 1 | -0/+16 |
| | |||||
* | cheatsheet: added missing "^D" | hut | 2015-04-17 | 1 | -9/+21 |
| | |||||
* | added doc/cheatsheet.svg | hut | 2015-04-17 | 1 | -0/+4024 |
| | |||||
* | config.commands: removed the "b" before string literals | hut | 2015-04-17 | 1 | -2/+2 |
| | | | | Why was it there anyway? Fixes #299 | ||||
* | core.runner: fix `:shell $SHELL` not working with fish | hut | 2015-04-16 | 1 | -2/+5 |
| | | | | This fixes #300 and was caused by #187 (25dcff6) | ||||
* | CHANGELOG: typo | hut | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Change name back to "ranger-master" in --version output | hut | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0 | hut | 2015-04-14 | 16 | -16/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge branch 'nocompat' | hut | 2015-04-14 | 6 | -131/+4 |
|\ | |||||
| * | core.environment: deleted module, it was obsolete | hut | 2015-04-14 | 4 | -123/+4 |
| | | |||||
| * | api.commands: removed alias() and DELETE_WARNING | hut | 2015-04-14 | 1 | -3/+0 |
| | | | | | | | | they were obsolete | ||||
| * | removed ranger/fsobject.py (it was obsolete) | hut | 2015-04-14 | 1 | -5/+0 |
|/ | |||||
* | config.commands: fixed :meta tab completion | hut | 2015-04-14 | 1 | -1/+5 |
| | |||||
* | config.commands: fix tab completion in :linemode | hut | 2015-04-13 | 1 | -1/+2 |
| | |||||
* | core.linemode: fix python3 crash in FileInfoLinemode | hut | 2015-04-13 | 1 | -0/+3 |
| | |||||
* | README: updated paragraph about supplementary files | hut | 2015-04-13 | 1 | -5/+5 |
| | |||||
* | typo | hut | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | container.tags: added TagsDummy class for use with --clean | hut | 2015-04-13 | 2 | -1/+40 |
| | |||||
* | doc/ranger.1: fix paths in RESOURCES section | hut | 2015-04-13 | 2 | -6/+6 |
| | |||||
* | moved "doc/examples" to "examples" for more visibility | hut | 2015-04-13 | 14 | -3/+3 |
| | |||||
* | doc/ranger.1: updated RESOURCES section | hut | 2015-04-13 | 2 | -4/+14 |
| | |||||
* | doc/ranger.1: added entries for :help and :setintag | hut | 2015-04-13 | 2 | -1/+23 |
| | |||||
* | core.actions: update execute_file() docstring | hut | 2015-04-13 | 1 | -6/+10 |
| | |||||
* | config/commands: fixed script change detection in :bulkrename | hut | 2015-04-12 | 1 | -7/+9 |
| | | | | See also: #283 | ||||
* | config/commands.py: deduplication | hut | 2015-04-12 | 1 | -5/+4 |
| | |||||
* | config/commands: fix + cleanup randy's patch, add comments | hut | 2015-04-12 | 1 | -18/+22 |
| | |||||
* | commands.py: skip retagging in bulkrename if rename shellscript is changed | randnobx | 2015-04-11 | 1 | -10/+20 |
| | | | | commands.py: moved first tag section after initial check for name change to fix bugs | ||||
* | added tag management for rename, delete, bulkrename, and moving of files | randnobx | 2015-04-11 | 2 | -0/+33 |
| | | | | | | | | fixed typo in rename added recursive checking to move, rename, and delete; refactored previos code bugfix: moved recursive tag checking for delete to commands.py | ||||
* | ranger.1: added documentation for %rangerdir and %space macros | hut | 2015-04-10 | 3 | -2/+18 |
| | |||||
* | added "%space" macro that expands to " ", use it in rc.conf | hut | 2015-04-10 | 2 | -11/+12 |
| | |||||
* | examples/bash_automatic_cd.sh: use mktemp | hut | 2015-04-09 | 1 | -1/+1 |
| | | | | This is a follow-up to #282 | ||||
* | Merge branch 'feature/fix-embedded-shell' of git://github.com/eiiches/ranger | hut | 2015-04-09 | 1 | -2/+2 |
|\ | |||||
| * | ranger.py: fixed issues with $tempfile in embedded shell | Eiichi Sato | 2015-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, $tempfile (namely, /tmp/chosendir) was not cleaned up correctly when the ranger process quit in `pwd` without moving to other directory. This causes permission errors in multi-user environments trying to overwrite $tempfile created by a different user. This commit solves the problem in two ways: - Correctly clean up temporary files - Avoid writing to the same temporary by using mktemp(1) | ||||
* | | Merge branch 'master' of git://github.com/arwer13/ranger | hut | 2015-04-09 | 1 | -11/+11 |
|\ \ | |||||
| * | | rifle.conf: openers for images placed after openers for documents. | Artyom Veremeenko | 2015-03-29 | 1 | -11/+11 |
| | | | | | | | | | | | | It fixes, for instance, problem with djvu files opened by image viewers. | ||||
* | | | Merge branch 'linemode_api' of git://github.com/Vifon/ranger | hut | 2015-04-09 | 5 | -3/+24 |
|\ \ \ | |||||
| * | | | new linemode with the information from file(1) | Wojciech Siewierski | 2015-03-30 | 5 | -3/+24 |
| |/ / | |||||
* / / | :flat statusbar indicator added | Wojciech Siewierski | 2015-03-30 | 2 | -2/+9 |
|/ / | |||||
* | | Merge pull request #285 from Vifon/linemode_api | hut | 2015-03-23 | 1 | -2/+3 |
|\ \ | | | | | | | core.linemode: updated a docstring | ||||
| * | | core.linemode: updated a docstring | Wojciech Siewierski | 2015-03-23 | 1 | -2/+3 |
|/ / | |||||
* | | rifle.conf: open files with "pptx?" extension with *office | hut | 2015-03-22 | 1 | -5/+5 |
| | | | | | | | | Thanks @GermainZ for the suggestion | ||||
* | | AUTHORS: fix randy's name | hut | 2015-03-22 | 1 | -1/+1 |
|/ | |||||
* | core.actions: added TODO message | hut | 2015-03-19 | 1 | -0/+1 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 71 | -202/+192 |
| | |||||
* | config/commands.py: refractored randynobx's patch | hut | 2015-03-18 | 3 | -23/+22 |
| | | | | | 1. moved colorscheme-finding code from fsobject.py to colorscheme.py 2. use set rather than dict to uniquely collect colorschemes | ||||
* | Merge branch 'colorscheme_tab_complete' of git://github.com/randynobx/ranger | hut | 2015-03-18 | 2 | -2/+26 |
|\ | |||||
| * | added tab complete functionality for :set colorschemes | randnobx | 2015-03-11 | 2 | -2/+26 |
| | | | | | | | | | | | | ranger.container.fsobject: fixed relative path for colorscheme modules ranger.container.fsobject: added checking of .config/ranger/colorschemes |