Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | make snapshot: changed the format of the filename | hut | 2010-03-08 | 1 | -2/+3 | |
| | ||||||
* | make minimal_snapshot: snapshot with only neccessary files | hut | 2010-03-08 | 1 | -1/+13 | |
| | ||||||
* | 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 | 14 | -0/+210 | |
| | ||||||
* | apps: improved feh invocation | hut | 2010-03-08 | 1 | -1/+12 | |
| | | | | loading all images now, in the same order as in ranger | |||||
* | apps: added mirage app | hut | 2010-03-08 | 1 | -0/+6 | |
| | ||||||
* | actions: traverse the tree, visiting each subtree | hut | 2010-03-06 | 2 | -0/+22 | |
| | | | | (with the key "]") | |||||
* | "term" combination is now ",term" | hut | 2010-03-06 | 1 | -1/+1 | |
| |