summary refs log tree commit diff stats
path: root/ranger/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* moved ranger.actions and ranger.commandshut2010-03-121-474/+0
|
* ranger.commands: added e=edit alias to make :e unambiguous.hut2010-03-121-0/+2
| | | | It previously collided with :eval
* ranger.commands: fixed aliaseshut2010-03-121-1/+1
|
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
|
* commands: added an eval function + documentationhut2010-02-191-0/+31
|
* commands: improved stylehut2010-02-161-1/+1
|
* commands: fixed cd command in quickconsolehut2010-02-151-3/+2
|
* actions: improved copying/movinghut2010-02-141-1/+1
|
* commands: keep pointer on the file when renaminghut2010-02-051-0/+4
|
* cleanupshut2010-01-241-8/+8
|
* implemented the use of Runner in the rest of the codehut2010-01-241-2/+1
|
* console: fixed minor bughut2010-01-211-2/+4
|
* commands: use deque in find commandhut2010-01-211-5/+8
|
* command: fixed abbreviation handlinghut2010-01-191-1/+2
|
* commands: forbid to abbreviate :delete with :d (to avoid mistakes)hut2010-01-191-1/+6
|
* implemented #48: abbreviate commandshut2010-01-191-2/+14
|
* actions: bookmark old dir in ` when using :cdhut2010-01-181-1/+1
|
* commands: added tabcompletion for :edithut2010-01-181-3/+5
|
* commands: fixed :e aliashut2010-01-181-1/+1
| | | | it was mapped to :quit, now it is :edit
* commands: added touch, improved mkdirhut2010-01-141-4/+27
|
* commands: added :edit commandhut2010-01-141-0/+13
|
* commands: cleanup, extended docstringhut2010-01-111-0/+16
|
* added chmod commandhut2010-01-101-0/+31
|
* commands: fixed tabcompletionhut2010-01-091-2/+2
| | | | | | tilde "~/" in combination with incomplete filenames would cause a slash to be appended after the incomplete name, which only makes sense for complete (and unique / unambiguous) names
* added license informationhut2010-01-081-0/+14
|
* cleanupshut2010-01-021-1/+0
|
* commands: added grep commandhut2010-01-011-0/+17
|
* cleanupshut2009-12-311-0/+2
|
* improved docstrings of commandshut2009-12-291-8/+42
|
* allow to filter contents of a directoryhut2009-12-271-0/+6
|
* improved tab completion capabilitieshut2009-12-271-2/+73
|
* generalized tab completion code of cd commandhut2009-12-271-23/+26
|
* added rename commandhut2009-12-271-0/+6
|
* moved the command parser into a seperate filehut2009-12-261-34/+10
|
* use constants instead of strings to represend console modeshut2009-12-261-2/+2
|
* made directories use the accumulator "interface"hut2009-12-251-3/+3
|
* random fixes/upgradeshut2009-12-241-2/+4
|
* fixed minor logical errorhut2009-12-241-1/+1
|
* added provisional filesystem operations (cp/cut/paste/delete/mkdir)hut2009-12-181-0/+14
|
* added quick_open() in abstract Command classhut2009-12-171-0/+3
|
* quit command, aliaseshut2009-12-171-8/+21
|
* tons of stuffhut2009-12-171-21/+78
|
* fixed CD command / tab completionhut2009-12-151-36/+39
|
* Added console commands + tab completionhut2009-12-151-0/+110