about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 1.0.2! v1.0.2hut2010-01-1434-90/+130
* readme: added part "customizing ranger"hut2010-01-141-0/+16
* readme: removed ugly sentencehut2010-01-141-3/+1
* added install instructionshut2010-01-141-0/+30
* main: allow to set flags/mode for directly started fileshut2010-01-142-8/+12
* 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-142-5/+7
* commandlist: aliases are now references rather than copieshut2010-01-132-10/+35
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-132-0/+19
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-132-0/+14
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-133-9/+2
* browserview: hide certain bookmarks in the listhut2010-01-132-2/+4
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* todo: added #37hut2010-01-131-0/+1
* commandlist: improvements and test casehut2010-01-132-6/+76
* updated pydoc documentationhut2010-01-1361-846/+795
* 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
* todo: added #36hut2010-01-121-0/+1
* keys: F1 displays helphut2010-01-121-1/+1
* ranger.py: more fixeshut2010-01-121-2/+2
* ranger.py: cleanup/fixhut2010-01-111-9/+8
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-112-2/+13
* 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-113-2/+19
* actions: added an easier way to display errorshut2010-01-111-0/+3
* keys: changed paste key from 'p' to 'pp' (to avoid mistakes)hut2010-01-101-1/+2
* added chmod commandhut2010-01-102-1/+32
* help: added copyinghut2010-01-101-0/+18
* todo: added more info on bug #31hut2010-01-092-1/+6
* todo: added a few thingshut2010-01-091-0/+2
* actions: fixed deletion of symlinks to directorieshut2010-01-092-2/+2
* commands: fixed tabcompletionhut2010-01-091-2/+2
* todo: added #33hut2010-01-091-0/+1
* todo: added #32hut2010-01-081-0/+1
* added license informationhut2010-01-0863-3/+888
* directory: fixed non reloading symlinked directorieshut2010-01-072-3/+3
* applications: fixed bad redirection of stdouthut2010-01-071-1/+1
* random cleanups and fixeshut2010-01-076-13/+15
* directory: fixed wrong mtime comparisonhut2010-01-071-2/+5