Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | help.fileop: updated doc | hut | 2010-03-17 | 1 | -1/+1 |
| | | | | | removed the part "WITHOUT CONFIRMATION" since I actually built in a confirmation dialog. | ||||
* | help.movement: corrected mix-up | hut | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | removed the need for simple app definitions | hut | 2010-03-17 | 2 | -1/+6 |
| | | | | | at the cost of loosing tab completion for that specific app. Might add tab completion for such cases later | ||||
* | apps: added zathura | hut | 2010-03-17 | 1 | -1/+5 |
| | |||||
* | browsercolumn: remove unnecessary multiple inheritance | hut | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | slight corrections | hut | 2010-03-15 | 3 | -7/+8 |
| | |||||
* | use `file` for reliably identifying text files | hut | 2010-03-14 | 2 | -1/+15 |
| | |||||
* | apps: added seperate entry for GIMP | hut | 2010-03-14 | 1 | -1/+5 |
| | |||||
* | general updates, allow column levels of >1 | hut | 2010-03-14 | 4 | -12/+31 |
| | |||||
* | Changed the local config file name from "rangerrc.py" to "options.py" | hut | 2010-03-14 | 1 | -2/+2 |
| | |||||
* | incremented verison number v1.0.4 | hut | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | fsobject: fixed crash on files which exist but can't be stated | hut | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | slightly modified keybinding syntax | hut | 2010-03-12 | 3 | -196/+173 |
| | |||||
* | updated pydoc | hut | 2010-03-12 | 1 | -0/+4 |
| | |||||
* | 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 | 2 | -3/+5 |
| | |||||
* | defaults.options: fixed mistake | hut | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | misc changes, make install | hut | 2010-03-12 | 2 | -2/+3 |
| | |||||
* | 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 | 3 | -8/+136 |
| | |||||
* | working on the configuration system / main method | hut | 2010-03-12 | 16 | -132/+200 |
| | |||||
* | 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 |
| | |||||
* | misc changes | hut | 2010-03-12 | 5 | -31/+12 |
| | |||||
* | ranger.colorschemes.__init__: little optimization | hut | 2010-03-12 | 1 | -4/+6 |
| | |||||
* | minor changes | hut | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | disabled title drawing by default (buggy?) | hut | 2010-03-08 | 1 | -1/+1 |
| | | | | | | In tty1 or other terminals without title, this would print the current directory at the pointer position (on the screen) on every redraw. Let's see if there's a way to fix that | ||||
* | ui: fixed title drawing code | hut | 2010-03-08 | 1 | -2/+1 |
| | |||||
* | apps: indented part of docstring | hut | 2010-03-08 | 1 | -14/+14 |
| | |||||
* | added copyright info to config files and test cases | hut | 2010-03-08 | 3 | -0/+45 |
| | |||||
* | apps: improved feh invocation | hut | 2010-03-08 | 1 | -1/+12 |
| | | | | loading all images now, in the same order as in ranger |