about summary refs log tree commit diff stats
path: root/ranger/actions.py
Commit message (Expand)AuthorAgeFilesLines
* moved ranger.actions and ranger.commandshut2010-03-121-531/+0
* ranger.actions: fixed error messageshut2010-03-121-1/+1
* actions: traverse the tree, visiting each subtreehut2010-03-061-0/+19
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* actions: use str() in fm.notifyhut2010-02-191-1/+1
* actions: improved copying/movinghut2010-02-141-9/+15
* added some safety checkshut2010-02-041-0/+3
* actions: implemented numerical argument for mark()hut2010-01-301-8/+9
* cleanupshut2010-01-241-14/+14
* actions: add narg to move_right, so Nl starts with mode Nhut2010-01-241-1/+3
* bugfixhut2010-01-241-1/+1
* implemented the use of Runner in the rest of the codehut2010-01-241-3/+2
* actions: allow using n and N from the starthut2010-01-231-1/+1
* action: improved debugginghut2010-01-231-1/+1
* main: added debug modehut2010-01-211-0/+3
* actions: fixed bug in delete()hut2010-01-211-1/+1
* cleanuphut2010-01-211-1/+0
* actions: bookmark old dir in ` when using :cdhut2010-01-181-5/+10
* commands: added :edit commandhut2010-01-141-3/+8
* cleanups + style adjustmentshut2010-01-131-1/+0
* keys: make ^C exit the programhut2010-01-111-12/+0
* added a way to create symlinkshut2010-01-111-0/+15
* actions: added an easier way to display errorshut2010-01-111-0/+3
* actions: fixed deletion of symlinks to directorieshut2010-01-091-1/+1
* added license informationhut2010-01-081-0/+14
* loader: fixed some issues with updating/redrawinghut2010-01-061-5/+9
* actions: added reload_cwd + keybinding + helphut2010-01-061-0/+7
* pager/help: added help markuphut2010-01-051-0/+1
* actions: fixed import errorhut2010-01-051-1/+0
* help: implemented help framework, started writinghut2010-01-051-0/+15
* keyapi: a different approach to passing through typed numbershut2010-01-031-5/+10
* actions: use inspect.cleandoc instead of a custom functionhut2010-01-031-1/+2
* applications: improved run function, catch errorshut2010-01-031-1/+1
* actions: reversed default cylce order for search("size")hut2010-01-011-1/+1
* actions: fixed cyclinghut2010-01-011-1/+3
* random stuffhut2010-01-011-0/+2
* actions: fixed handling of unknown types at move_righthut2010-01-011-2/+3
* ui: redraw when marking/tags changehut2010-01-011-0/+9
* actions: adjusted delete messagehut2010-01-011-1/+1
* actions: adapted delete function to new notify systemhut2010-01-011-2/+1
* low view: added titlehut2010-01-011-1/+4
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-011-6/+10
* bookmarks: changed NonexistantBookmark to KeyErrorhut2010-01-011-2/+1
* improved procedures of spawning processeshut2010-01-011-24/+7
* clean upshut2009-12-301-47/+47
* different way of trimming indentation of command docstringshut2009-12-301-1/+3
* F1 key (inside console) for viewing information about the commandhut2009-12-291-0/+22
* fixed spawning of shellhut2009-12-291-1/+8
* display the contents of the file in the pagerhut2009-12-281-0/+12
* implemented customized cycling through the directoryhut2009-12-271-2/+17