about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* apps: more intelligent application choosinghut2010-01-233-6/+73
| | | | | | ranger can now check whether an application is installed on the system and choose the best available application out of a list. ("either" method)
* ext: added get_executables functionhut2010-01-231-0/+47
|
* added unique function, moved flatten to ext/iter_toolshut2010-01-232-1/+15
|
* help: formattinghut2010-01-222-3/+14
|
* help: added documentation for running fileshut2010-01-223-2/+110
|
* help: fixed tagging shortcut descriptionhut2010-01-211-2/+2
|
* main: ignore errors of setlocalehut2010-01-211-1/+4
|
* main: added debug modehut2010-01-213-0/+11
|
* actions: fixed bug in delete()hut2010-01-211-1/+1
|
* keys: swapped t and b keyshut2010-01-211-8/+8
|
* updated dochut2010-01-211-4/+20
|
* directory: get_selection() returns *ordered* marked itemshut2010-01-212-1/+2
|
* browserview: catch errorhut2010-01-211-2/+8
|
* cleanuphut2010-01-211-1/+0
|
* directory: represent selection with list instead of sethut2010-01-211-13/+15
|
* console: fixed minor bughut2010-01-212-9/+14
|
* color: added a remove_attr functionhut2010-01-211-0/+6
|
* colorschemes/default: remove unnecessary lineshut2010-01-211-14/+0
|
* commands: use deque in find commandhut2010-01-211-5/+8
|
* ext/flatten: flatten deques too.hut2010-01-211-2/+4
|
* curses_shortcuts: use flatten instead of _combinehut2010-01-201-15/+5
|
* added flatten functionhut2010-01-201-0/+27
|
* ranger/init: fixed usage stringhut2010-01-201-1/+1
|
* apps: catch a TypeErrorhut2010-01-201-2/+3
|
* keyapi: fixed Wrapper so that it works with pydochut2010-01-201-0/+2
|
* apps: added a few application definitionshut2010-01-201-2/+56
|
* console: slightly improved tab completion for CommandConsolehut2010-01-201-1/+4
|
* clean uphut2010-01-201-2/+5
|
* readme: improvedhut2010-01-201-6/+13
|
* fixed unit testshut2010-01-205-63/+83
|
* command: fixed abbreviation handlinghut2010-01-191-1/+2
|
* browsercolumn: bz->bz2hut2010-01-191-1/+1
|
* browsercolumn: performance improvementhut2010-01-191-2/+2
|
* TODO: added #49 and #50hut2010-01-191-0/+2
|
* browsercolumn: preview more filetypeshut2010-01-192-2/+25
|
* commands: forbid to abbreviate :delete with :d (to avoid mistakes)hut2010-01-191-1/+6
|
* implemented #48: abbreviate commandshut2010-01-193-4/+20
|
* done #32hut2010-01-194-1/+18
|
* TODO: added stuffhut2010-01-191-0/+2
|
* settings: allow to toggle flushinputhut2010-01-195-4/+7
|
* human_readable: slight improvement of output formathut2010-01-191-1/+1
|
* done #35: display disk usage of files in current directoryhut2010-01-193-2/+13
|
* done #34: display free disk spacehut2010-01-196-4/+29
|
* typohut2010-01-191-1/+1
|
* titlebar: red hostname if logged in with roothut2010-01-193-4/+11
|
* generate: fixedhut2010-01-192-4/+4
|
* fixed #43: bookmark ` = 'hut2010-01-183-5/+11
|
* typohut2010-01-181-1/+1
|
* stuffhut2010-01-182-1/+2
|
* actions: bookmark old dir in ` when using :cdhut2010-01-184-20/+25
|