summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* stricter markdownization of changelog & readmehut2015-07-122-2/+267
|
* Merge branch 'hidden-files-selection' of https://github.com/ajtluser/rangerhut2015-06-191-0/+9
|\
| * Fix for issue #259. If all the contents of the current folder areA. Lopes2015-06-101-0/+9
| | | | | | | | | | | | hidden, now when the user toggle show_hidden, the topmost file or directory is automatically selected. If the user toggles show_hidden, hiding all files and folders those files can now not be interacted with.
* | honour the TMPDIR environment variableVern Sun2015-06-192-3/+5
| |
* | Fix mktemp invocation to work on Mac OS X and LinuxJesse Byler2015-06-102-2/+2
|/ | | | | | | | | | | mktemp on Mac OS X (and probably all BSDs) just returns an error when invoked without any arguments. The -t option used in this change is interpreted differently on Mac OS X and Linux, and is deprecated on Linux, but this invocation works as expected on both. See discussion at https://unix.stackexchange.com/questions/30091 Another alternative would be to use Python's tempfile module: https://docs.python.org/2/library/tempfile.html
* Report free disk space correctly on Mac OS Xptzz2015-06-091-1/+1
|
* rifle.conf: Exclude `feh` commands if `feh` is not installedptzz2015-06-071-4/+4
|
* Merge branch 'flat_path_fixes' of https://github.com/Vifon/rangerhut2015-06-027-22/+23
|\
| * Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-087-22/+23
| | | | | | | | The usage of file.basename could lead to some issues with :flat.
* | Added cmap for forward word deletion.The Flying Rapist2015-05-161-0/+1
| |
* | core.actions: strip leading whitespace off commandshut2015-05-111-1/+1
| |
* | core.actions: removed set_filter (dead function)hut2015-05-111-6/+0
| |
* | core.actions: don't remove empty dirs on :renamehut2015-05-071-1/+5
|/
* doc/cheatsheet.svg: removed bad "(4)" reference from "g" keyhut2015-05-071-1/+1
|
* doc/cheatsheet.svg: added text about commandshut2015-05-071-0/+94
|
* rifle.conf: handle svg's with "inkscape" and "display"hut2015-05-071-0/+3
|
* core.fm: sxiv now properly working with :flat enabledWojciech Siewierski2015-05-071-4/+4
|
* doc/howto-publish-a-release.txt: Use the right key for signinghut2015-05-041-1/+1
|
* Change name back to "ranger-master" in --version outputhut2015-05-041-1/+1
|
* Initial commit v1.7.1hut2015-05-046-6/+13
|
* added examples/rc_emacs.confhut2015-05-041-0/+533
|
* applied generally useful changes from emacs branchhut2015-05-042-3/+7
| | | | | | | | | The 'lt' and 'gt' special keys were added so you can bind actions to something like "<C-lt>" meaning "Ctrl+<" and <C-gt> meaning "Ctrl+>". "key > 0" was changed to "key >= 0" in ranger.gui.ui so that Ctrl+Space (which has the key value 0) can be recognized. I am not 100% sure if this has side effects.
* rifle.conf: added ristrettohut2015-05-021-7/+8
|
* cheatsheet: added whitespace in git linkhut2015-05-021-1/+1
|
* ext.rifle: added "env" condition to check for env. varshut2015-04-272-0/+3
|
* cheatsheet: fix text alignment, add info about d<key> bindingshut2015-04-191-19/+52
|
* cheatsheet: add reference to ranger's IRC channelhut2015-04-191-4/+18
|
* cheatsheet: widen the F12 and = keyshut2015-04-191-6/+6
|
* cheatsheet: change style of textboxeshut2015-04-191-16/+16
|
* cheatsheet: highlight hjkl in red, not greenhut2015-04-191-5/+3
|
* cheatsheet: highlight the "?" keyhut2015-04-191-5/+5
|
* cheatsheet: added three new sectionshut2015-04-191-107/+558
|
* added example plugin that adds a linemodehut2015-04-191-0/+16
|
* cheatsheet: added missing "^D"hut2015-04-171-9/+21
|
* added doc/cheatsheet.svghut2015-04-171-0/+4024
|
* config.commands: removed the "b" before string literalshut2015-04-171-2/+2
| | | | Why was it there anyway? Fixes #299
* core.runner: fix `:shell $SHELL` not working with fishhut2015-04-161-2/+5
| | | | This fixes #300 and was caused by #187 (25dcff6)
* CHANGELOG: typohut2015-04-141-1/+1
|
* Change name back to "ranger-master" in --version outputhut2015-04-141-1/+1
|
* Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0hut2015-04-1416-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'hut2015-04-146-131/+4
|\
| * core.environment: deleted module, it was obsoletehut2015-04-144-123/+4
| |
| * api.commands: removed alias() and DELETE_WARNINGhut2015-04-141-3/+0
| | | | | | | | they were obsolete
| * removed ranger/fsobject.py (it was obsolete)hut2015-04-141-5/+0
|/
* config.commands: fixed :meta tab completionhut2015-04-141-1/+5
|
* config.commands: fix tab completion in :linemodehut2015-04-131-1/+2
|
* core.linemode: fix python3 crash in FileInfoLinemodehut2015-04-131-0/+3
|
* README: updated paragraph about supplementary fileshut2015-04-131-5/+5
|
* typohut2015-04-131-1/+1
|
* container.tags: added TagsDummy class for use with --cleanhut2015-04-132-1/+40
|