summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* settings: allow to toggle flushinputhut2010-01-194-3/+6
* human_readable: slight improvement of output formathut2010-01-191-1/+1
* done #35: display disk usage of files in current directoryhut2010-01-192-1/+12
* done #34: display free disk spacehut2010-01-195-3/+28
* typohut2010-01-191-1/+1
* titlebar: red hostname if logged in with roothut2010-01-192-4/+10
* generate: fixedhut2010-01-191-3/+3
* fixed #43: bookmark ` = 'hut2010-01-182-4/+9
* actions: bookmark old dir in ` when using :cdhut2010-01-183-19/+24
* options: allow to specify how to recognize "hidden files"hut2010-01-183-3/+18
* fsobject: recognize capital letter file extensionshut2010-01-181-1/+1
* commands: added tabcompletion for :edithut2010-01-181-3/+5
* commands: fixed :e aliashut2010-01-181-1/+1
* apps: use "apvlv" to view pdfs rather than evincehut2010-01-171-3/+3
* keys: fixed typohut2010-01-161-1/+1
* console: adjusted docstring formattinghut2010-01-141-2/+5
* keys: added/changed directories for g<X> keycombinationshut2010-01-141-2/+6
* keys: remove J/K as default binding for half-page-up/downhut2010-01-142-7/+9
* keys: s runs $SHELL instead of "bash"hut2010-01-142-1/+2
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
* commands: added touch, improved mkdirhut2010-01-141-4/+27
* keyapi: added commentshut2010-01-141-1/+7
* commands: added :edit commandhut2010-01-142-3/+21
* keyapi: allow bind to act as a function decoratorhut2010-01-141-1/+7
* 1.0.2! v1.0.2hut2010-01-143-4/+12
* main: allow to set flags/mode for directly started fileshut2010-01-141-7/+11
* ranger.__init__: fixed wrong license informationhut2010-01-141-1/+1
* keys: added vimlike aliases to taskviewhut2010-01-141-0/+1
* keys: improvementshut2010-01-142-60/+99
* settings: removed (buggy) auto_load_previewhut2010-01-144-16/+6
* commandlist: bugfixhut2010-01-141-0/+1
* commandlist: aliases are now references rather than copieshut2010-01-131-8/+22
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-131-0/+11
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-131-0/+5
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-132-7/+2
* browserview: hide certain bookmarks in the listhut2010-01-131-1/+3
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* commandlist: improvements and test casehut2010-01-131-6/+22
* cleanups + style adjustmentshut2010-01-1313-56/+60
* added tentative tab completion for OpenConsolehut2010-01-131-2/+6
* console: added %s and %f metacharacters to OpenConsolehut2010-01-132-5/+51
* main: changed interrupt signal handlinghut2010-01-122-3/+52
* keys: F1 displays helphut2010-01-121-1/+1
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-113-3/+8
* keys: make ^C exit the programhut2010-01-112-13/+1
* commands: cleanup, extended docstringhut2010-01-111-0/+16
* added a way to create symlinkshut2010-01-112-1/+18