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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
general updates, allow column levels of >1
hut
2010-03-14
5
-12
/
+32
|
*
Changed the local config file name from "rangerrc.py" to "options.py"
hut
2010-03-14
1
-2
/
+2
|
*
make install: chmod after copying
hut
2010-03-14
1
-0
/
+2
|
*
incremented verison number
v1.0.4
hut
2010-03-12
4
-6
/
+6
|
*
README: typo
hut
2010-03-12
1
-2
/
+2
|
*
standardized formatting of headings in doc/
hut
2010-03-12
2
-13
/
+31
|
*
added doc/uml.txt
hut
2010-03-12
1
-0
/
+5
|
*
updated pydoc
hut
2010-03-12
17
-161
/
+33
|
*
fixed shutli_generatorized.move()
hut
2010-03-12
1
-5
/
+1
|
*
apps: added eye of gnome
hut
2010-03-12
1
-1
/
+6
|
*
fixed `ranger <file>`
hut
2010-03-12
1
-1
/
+1
|
*
ranger.main: don't create ~/.ranger if --clean is specified
hut
2010-03-12
1
-10
/
+10
|
*
more documentation
hut
2010-03-12
2
-6
/
+29
|
*
make install: catch an exception
hut
2010-03-12
1
-0
/
+4
|
*
Renamed env.pwd to env.cwd ("Current Working Directory")
hut
2010-03-12
9
-77
/
+77
|
|
|
|
|
|
|
I initially used "pwd" since the command "pwd" prints the current directory, but in this case, nothing is printed =P so the "p" makes no sense. "cwd" is a common abbreviation for current working directory, so I chose that instead
*
commands.delete: ask for confirmation (in some cases)
hut
2010-03-12
1
-1
/
+24
|
*
command_parser: fixed chunk()
hut
2010-03-12
1
-1
/
+1
|
*
mime.types: added audio/musepack
hut
2010-03-12
2
-888
/
+896
|
*
moved ranger.container.environment to ranger.core.environment
hut
2010-03-12
2
-1
/
+1
|
*
actions: correct preview after deleting
hut
2010-03-12
2
-0
/
+5
|
*
environment: changed misleading method name
hut
2010-03-12
1
-2
/
+2
|
*
README: slightly changed introduction
hut
2010-03-12
1
-3
/
+3
|
*
fsobject: fixed crash on files which exist but can't be stated
hut
2010-03-12
1
-1
/
+1
|
*
README: changed introduction
hut
2010-03-12
1
-8
/
+10
|
*
make push: removed "hut" repo
hut
2010-03-12
1
-1
/
+0
|
*
slightly modified keybinding syntax
hut
2010-03-12
3
-196
/
+173
|
*
HACKING: updated
hut
2010-03-12
1
-7
/
+8
|
*
updated pydoc
hut
2010-03-12
71
-3946
/
+820
|
*
mime.types: included div, divx and ogm extensions
hut
2010-03-12
2
-935
/
+946
|
*
moved ranger.actions and ranger.commands
hut
2010-03-12
5
-3
/
+3
|
*
removed copyright from one-line, docstring-only __init__.py files
hut
2010-03-12
3
-30
/
+1
|
*
ranger.__init__: set a default value for arg
hut
2010-03-12
3
-5
/
+5
|
*
defaults.options: fixed mistake
hut
2010-03-12
1
-1
/
+1
|
*
misc changes, make install
hut
2010-03-12
6
-12
/
+53
|
*
ranger.data.generate: added compatibility to python 2.6
hut
2010-03-12
1
-1
/
+3
|
*
ranger.actions: fixed error messages
hut
2010-03-12
1
-1
/
+1
|
*
ranger.help.starting: reverted bad changes
hut
2010-03-12
1
-2
/
+2
|
*
ranger.commands: added e=edit alias to make :e unambiguous.
hut
2010-03-12
1
-0
/
+2
|
|
|
|
It previously collided with :eval
*
ranger.commands: fixed aliases
hut
2010-03-12
1
-1
/
+1
|
*
defaults.options: more extensive documentation
hut
2010-03-12
1
-18
/
+35
|
*
ranger.colorschemes: look for custom colorschemes!
hut
2010-03-12
1
-0
/
+4
|
*
added two new colorschemes using 88 colors
hut
2010-03-12
4
-8
/
+159
|
*
working on the configuration system / main method
hut
2010-03-12
18
-133
/
+202
|
*
openstruct: faster implementation, removed ReferencedOpenStruct
hut
2010-03-12
2
-21
/
+5
|
*
moved ranger.ext.debug into ranger.__init__
hut
2010-03-12
3
-38
/
+16
|
*
README: updated
hut
2010-03-12
1
-16
/
+19
|
*
misc changes
hut
2010-03-12
6
-31
/
+13
|
*
ranger.colorschemes.__init__: little optimization
hut
2010-03-12
1
-4
/
+6
|
*
added documentation on how colorschemes work
hut
2010-03-12
2
-1
/
+92
|
*
minor changes
hut
2010-03-08
2
-1
/
+3
|
[next]