summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
* core.actions: Fixed %t tag in --clean modehut2011-10-101-1/+1
|
* 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: Don't shell-escape macros for non-shell commandshut2011-10-101-42/+48
|
* core.actions: shortened long linehut2011-10-101-1/+2
|
* core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-102-4/+4
|
* core.actions: Removed fm.search_forward attribute (not used)hut2011-10-101-6/+0
|
* Eliminate orphaned functions and argumentsArisu2011-10-101-2/+2
|
* Repair some unintended variable referencesArisu2011-10-102-4/+1
|
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-103-6/+2
|
* Revert "core.main: Automatically copy config files"hut2011-10-093-27/+30
| | | | | | | | | 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
|
* mv ranger/data/config_examples/* ranger/data/hut2011-10-081-4/+4
|
* Write "ranger" with a lowercase "r"hut2011-10-083-4/+4
|
* defaults/apps: moved file chooser code to Actions.execute_filehut2011-10-081-0/+5
|
* core.main: Automatically copy config fileshut2011-10-083-30/+27
| | | | This removes --copy-config=X and adds --dont-copy-config.
* general updateshut2011-10-083-9/+4
|
* core.action: removed debugging code from dump_keybindingshut2011-10-081-4/+1
|
* defaults.commands: modified :help to make use of quantifiershut2011-10-081-1/+1
|
* core.actions: added dump_settings and dump_commandshut2011-10-081-20/+49
|
* core.actions: added dump_keybindings()hut2011-10-081-1/+36
|
* core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
|
* merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-071-1/+1
|
* core.runner: print more debug outputhut2011-10-051-1/+1
|
* removed doc/TODO; use "make todo"hut2011-10-051-0/+1
|
* ext.keybindings: more meaningful error messageshut2011-10-051-5/+3
|
* core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
|
* defaults.commands: added alias command, overhauled alias systemhut2011-10-031-2/+0
|
* defaults.commands: Added unmap commandhut2011-10-031-1/+4
|
* core.actions: added %rangerdir macrohut2011-10-031-0/+2
|
* core.actions: Fix another garbage collection bughut2011-10-031-1/+1
|
* core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
|
* core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
|
* core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
|
* core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
|
* core.actions: smarter open() in get_previewhut2011-10-021-1/+1
|
* core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
|
* core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
|
* Changed version to 1.5.0hut2011-10-021-10/+1
|
* defaults/rc.conf: added missing keys, fixed tab_newhut2011-10-021-2/+2
|
* core.runner: updated docstringhut2011-10-021-1/+3
|
* core.shared: silence a warning when using ranger as roothut2011-10-011-1/+2
|
* core.main: fixed --list-unused-keys in python3.2hut2011-10-011-1/+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.actions: killed hidden ninja bughut2011-10-011-1/+1
|
* core.actions: renamed Actions.mark to mark_files to avoid collisionhut2011-10-011-1/+1
|
* gui.widgets.browserview: improved hint/bookmark listhut2011-10-011-2/+2
|
* gui.widgets.browserview: draw hints for keychainshut2011-10-011-3/+0
|