summary refs log tree commit diff stats
path: root/ranger/core/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* core.helper: moved functions to ranger and ranger.core.mainhut2012-08-021-174/+0
|
* renamed ranger/defaults to ranger/confighut2012-08-021-3/+3
|
* core.helper: more useful --version outputhut2012-06-161-3/+2
|
* core.{fm,helper,main}: replace "from X import *" lineshut2012-03-261-2/+1
|
* removed code of old file-opener systemhut2012-03-161-24/+1
|
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
|
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-121-2/+3
|
* Add --cmd=COMMAND command line optionDavid Bengoa2012-02-121-0/+2
|
* added --profile optionhut2012-01-111-0/+5
|
* core.main: added --selectfile optionDavid Pugnasse2011-10-241-0/+2
|
* Added constant ranger.STABLE to indicate stable versionshut2011-10-231-1/+2
|
* core.actions: added --choosefiles option + dochut2011-10-211-0/+4
|
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* core.helper: Cleaned up load_settingshut2011-10-101-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 documentationhut2011-10-101-1/+1
|
* core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-101-3/+3
|
* Repair some unintended variable referencesArisu2011-10-101-1/+1
|
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-2/+2
|
* Revert "core.main: Automatically copy config files"hut2011-10-091-2/+3
| | | | | | | | | This reverts commit 1d27a413986bfdcecb3c7ea67f327d20dc9a029f. Conflicts: ranger/core/fm.py ranger/core/helper.py
* core.helper: fixed crashhut2011-10-081-3/+0
|
* core.helper: finally removed obsolete option --fail-if-runhut2011-10-081-2/+0
|
* core.main: Automatically copy config fileshut2011-10-081-3/+2
| | | | This removes --copy-config=X and adds --dont-copy-config.
* general updateshut2011-10-081-5/+2
|
* defaults.commands: added alias command, overhauled alias systemhut2011-10-031-2/+0
|
* Changed version to 1.5.0hut2011-10-021-10/+1
|
* core.helper: fixed command loading with --cleanhut2011-10-011-1/+4
|
* core.helper: removed obsolete import when using --cleanhut2011-10-011-1/+1
|
* core.helper: dont try to turn fm.settings into a commandhut2011-09-301-1/+3
|
* ext.keybindings: implemented %any macrohut2011-09-301-8/+20
|
* core.helper: fixed --clean flaghut2011-09-301-0/+2
|
* Extended rc.confhut2011-09-301-2/+2
|
* implemented a new keybinding parserhut2011-09-301-4/+0
|
* define keybindings in rc.conf (list of commands, loaded on startup)hut2011-09-301-12/+14
|
* core.main: added --list-unused-keys optionhut2011-09-291-0/+2
|
* added experimental plugin systemhut2011-09-281-0/+25
|
* use errno.EEXISTPino Toscano2011-09-171-1/+2
| | | | ... instead of its raw value (on Linux, for example)
* Added --choosedir, a more logical alternative to --fail-unless-cdhut2011-02-151-0/+3
| | | | also updated the bash script in README to use the new option
* Added --choosefile + doc to replace ornivar's RANGER_RETURN_FILEhut2011-02-141-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 optionhut2010-10-121-2/+3
|
* core.main: added --copy-config flaghut2010-10-111-0/+2
|
* core.helper: fixed debug functionshut2010-10-091-0/+2
|
* ranger.__init__: cleaned uphut2010-10-021-3/+11
|
* a little restructurationhut2010-10-021-0/+167