index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
/
commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved ranger.actions and ranger.commands
hut
2010-03-12
1
-474
/
+0
*
ranger.commands: added e=edit alias to make :e unambiguous.
hut
2010-03-12
1
-0
/
+2
*
ranger.commands: fixed aliases
hut
2010-03-12
1
-1
/
+1
*
Changed license to the GNU General Public License
hut
2010-02-28
1
-11
/
+12
*
commands: added an eval function + documentation
hut
2010-02-19
1
-0
/
+31
*
commands: improved style
hut
2010-02-16
1
-1
/
+1
*
commands: fixed cd command in quickconsole
hut
2010-02-15
1
-3
/
+2
*
actions: improved copying/moving
hut
2010-02-14
1
-1
/
+1
*
commands: keep pointer on the file when renaming
hut
2010-02-05
1
-0
/
+4
*
cleanups
hut
2010-01-24
1
-8
/
+8
*
implemented the use of Runner in the rest of the code
hut
2010-01-24
1
-2
/
+1
*
console: fixed minor bug
hut
2010-01-21
1
-2
/
+4
*
commands: use deque in find command
hut
2010-01-21
1
-5
/
+8
*
command: fixed abbreviation handling
hut
2010-01-19
1
-1
/
+2
*
commands: forbid to abbreviate :delete with :d (to avoid mistakes)
hut
2010-01-19
1
-1
/
+6
*
implemented #48: abbreviate commands
hut
2010-01-19
1
-2
/
+14
*
actions: bookmark old dir in ` when using :cd
hut
2010-01-18
1
-1
/
+1
*
commands: added tabcompletion for :edit
hut
2010-01-18
1
-3
/
+5
*
commands: fixed :e alias
hut
2010-01-18
1
-1
/
+1
*
commands: added touch, improved mkdir
hut
2010-01-14
1
-4
/
+27
*
commands: added :edit command
hut
2010-01-14
1
-0
/
+13
*
commands: cleanup, extended docstring
hut
2010-01-11
1
-0
/
+16
*
added chmod command
hut
2010-01-10
1
-0
/
+31
*
commands: fixed tabcompletion
hut
2010-01-09
1
-2
/
+2
*
added license information
hut
2010-01-08
1
-0
/
+14
*
cleanups
hut
2010-01-02
1
-1
/
+0
*
commands: added grep command
hut
2010-01-01
1
-0
/
+17
*
cleanups
hut
2009-12-31
1
-0
/
+2
*
improved docstrings of commands
hut
2009-12-29
1
-8
/
+42
*
allow to filter contents of a directory
hut
2009-12-27
1
-0
/
+6
*
improved tab completion capabilities
hut
2009-12-27
1
-2
/
+73
*
generalized tab completion code of cd command
hut
2009-12-27
1
-23
/
+26
*
added rename command
hut
2009-12-27
1
-0
/
+6
*
moved the command parser into a seperate file
hut
2009-12-26
1
-34
/
+10
*
use constants instead of strings to represend console modes
hut
2009-12-26
1
-2
/
+2
*
made directories use the accumulator "interface"
hut
2009-12-25
1
-3
/
+3
*
random fixes/upgrades
hut
2009-12-24
1
-2
/
+4
*
fixed minor logical error
hut
2009-12-24
1
-1
/
+1
*
added provisional filesystem operations (cp/cut/paste/delete/mkdir)
hut
2009-12-18
1
-0
/
+14
*
added quick_open() in abstract Command class
hut
2009-12-17
1
-0
/
+3
*
quit command, aliases
hut
2009-12-17
1
-8
/
+21
*
tons of stuff
hut
2009-12-17
1
-21
/
+78
*
fixed CD command / tab completion
hut
2009-12-15
1
-36
/
+39
*
Added console commands + tab completion
hut
2009-12-15
1
-0
/
+110