Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.helper: moved functions to ranger and ranger.core.main | hut | 2012-08-02 | 1 | -174/+0 |
| | |||||
* | renamed ranger/defaults to ranger/config | hut | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | core.helper: more useful --version output | hut | 2012-06-16 | 1 | -3/+2 |
| | |||||
* | core.{fm,helper,main}: replace "from X import *" lines | hut | 2012-03-26 | 1 | -2/+1 |
| | |||||
* | removed code of old file-opener system | hut | 2012-03-16 | 1 | -24/+1 |
| | |||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | core.main: Allow multiple --cmd's, add man page entry for --cmd | hut | 2012-02-12 | 1 | -2/+3 |
| | |||||
* | Add --cmd=COMMAND command line option | David Bengoa | 2012-02-12 | 1 | -0/+2 |
| | |||||
* | added --profile option | hut | 2012-01-11 | 1 | -0/+5 |
| | |||||
* | core.main: added --selectfile option | David Pugnasse | 2011-10-24 | 1 | -0/+2 |
| | |||||
* | Added constant ranger.STABLE to indicate stable versions | hut | 2011-10-23 | 1 | -1/+2 |
| | |||||
* | core.actions: added --choosefiles option + doc | hut | 2011-10-21 | 1 | -0/+4 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | core.helper: Cleaned up load_settings | hut | 2011-10-10 | 1 | -31/+14 |
| | | | | | | | 1. put all the common operations before the "if" 2. put the loader of custom commands AFTER loading default commands 3. removed the load_default_rc guessing code, that might lead to unexpected behaviour. | ||||
* | fixed some documentation | hut | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | core.actions: renamed Actions.source_cmdlist to Actions.source | hut | 2011-10-10 | 1 | -3/+3 |
| | |||||
* | Repair some unintended variable references | Arisu | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | Eliminate orphaned and redundant definitions of variables and imports | Arisu | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | Revert "core.main: Automatically copy config files" | hut | 2011-10-09 | 1 | -2/+3 |
| | | | | | | | | | This reverts commit 1d27a413986bfdcecb3c7ea67f327d20dc9a029f. Conflicts: ranger/core/fm.py ranger/core/helper.py | ||||
* | core.helper: fixed crash | hut | 2011-10-08 | 1 | -3/+0 |
| | |||||
* | core.helper: finally removed obsolete option --fail-if-run | hut | 2011-10-08 | 1 | -2/+0 |
| | |||||
* | core.main: Automatically copy config files | hut | 2011-10-08 | 1 | -3/+2 |
| | | | | This removes --copy-config=X and adds --dont-copy-config. | ||||
* | general updates | hut | 2011-10-08 | 1 | -5/+2 |
| | |||||
* | defaults.commands: added alias command, overhauled alias system | hut | 2011-10-03 | 1 | -2/+0 |
| | |||||
* | Changed version to 1.5.0 | hut | 2011-10-02 | 1 | -10/+1 |
| | |||||
* | core.helper: fixed command loading with --clean | hut | 2011-10-01 | 1 | -1/+4 |
| | |||||
* | core.helper: removed obsolete import when using --clean | hut | 2011-10-01 | 1 | -1/+1 |
| | |||||
* | core.helper: dont try to turn fm.settings into a command | hut | 2011-09-30 | 1 | -1/+3 |
| | |||||
* | ext.keybindings: implemented %any macro | hut | 2011-09-30 | 1 | -8/+20 |
| | |||||
* | core.helper: fixed --clean flag | hut | 2011-09-30 | 1 | -0/+2 |
| | |||||
* | Extended rc.conf | hut | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | implemented a new keybinding parser | hut | 2011-09-30 | 1 | -4/+0 |
| | |||||
* | define keybindings in rc.conf (list of commands, loaded on startup) | hut | 2011-09-30 | 1 | -12/+14 |
| | |||||
* | core.main: added --list-unused-keys option | hut | 2011-09-29 | 1 | -0/+2 |
| | |||||
* | added experimental plugin system | hut | 2011-09-28 | 1 | -0/+25 |
| | |||||
* | use errno.EEXIST | Pino Toscano | 2011-09-17 | 1 | -1/+2 |
| | | | | ... instead of its raw value (on Linux, for example) | ||||
* | Added --choosedir, a more logical alternative to --fail-unless-cd | hut | 2011-02-15 | 1 | -0/+3 |
| | | | | also updated the bash script in README to use the new option | ||||
* | Added --choosefile + doc to replace ornivar's RANGER_RETURN_FILE | hut | 2011-02-14 | 1 | -0/+4 |
| | | | | | I recommended environment variables to ornivar because its easier for a quick hack but I wouldn't like to have it in the codebase quite like this. | ||||
* | core.main: extended --copy-config option | hut | 2010-10-12 | 1 | -2/+3 |
| | |||||
* | core.main: added --copy-config flag | hut | 2010-10-11 | 1 | -0/+2 |
| | |||||
* | core.helper: fixed debug functions | hut | 2010-10-09 | 1 | -0/+2 |
| | |||||
* | ranger.__init__: cleaned up | hut | 2010-10-02 | 1 | -3/+11 |
| | |||||
* | a little restructuration | hut | 2010-10-02 | 1 | -0/+167 |