about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * gui.ansi: simplifiedhut2011-10-111-12/+13
| |
| * gui.ansi: Added another test casehut2011-10-111-0/+7
| |
| * gui.ansi: Fix test case in char_slicehut2011-10-112-34/+34
| |
| * defaults.commands: Fixed "gL" keyhut2011-10-111-0/+2
| |
| * README: Added newlinehut2011-10-111-0/+1
| |
| * defaults/apps: added documentationhut2011-10-111-17/+83
| |
| * defaults/options: more documentationhut2011-10-111-44/+88
| |
| * defaults.commands: replaced introductionhut2011-10-111-52/+73
| |
| * defaults.commands: Fixed bug in :find from 2a5a8336hut2011-10-111-1/+1
| |
| * moved scripts/ranger to ranger/data/rangerhut2011-10-113-2/+2
| | | | | | | | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink.
| * ext.keybinding_parser: shortened construct_keybinding()hut2011-10-111-4/+1
| |
| * ext.keybinding_parser: prettier KeyBuffer.__str__hut2011-10-111-1/+1
| |
| * ext.keybinding_parser: Prettier key_to_string()hut2011-10-112-3/+10
| |
| * core.actions: Pretty list of undocumented commandshut2011-10-111-2/+8
| |
| * defaults.commands: updated code of :findhut2011-10-111-1/+1
| |
| * Rebuild man pagehut2011-10-111-2/+2
| |
| * defautls/options.py: use_preview_script = True after allhut2011-10-111-1/+1
| |
| * Updated copyright headershut2011-10-1059-59/+59
| | | | | | | | As much as I hate this, it has to be done
| * fsobject.directory: use BAD_INFOhut2011-10-101-1/+2
| |
| * container.__init__: removed import shortcutshut2011-10-103-4/+2
| |
| * removed completely retarded colorscheme "texas"hut2011-10-102-73/+2
| |
| * core.fm: removed old codehut2011-10-101-6/+0
| |
| * core.actions: Fixed %t tag in --clean modehut2011-10-101-1/+1
| |
| * core.helper: Cleaned up load_settingshut2011-10-102-33/+16
| | | | | | | | | | | | | | 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-104-9/+12
| |
| * api.commands: finished merging ext.command_parser into apihut2011-10-104-175/+73
| |
| * core.actions: Don't shell-escape macros for non-shell commandshut2011-10-104-51/+52
| |
| * core.actions: shortened long linehut2011-10-101-1/+2
| |
| * core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-102-4/+4
| |
| * README: "file" really is optionalhut2011-10-101-1/+1
| |
| * gui.curses_shortcuts: simplificationshut2011-10-102-35/+7
| | | | | | | | | | | | The UnicodeEncodeError hardly ever occurs anymore, since other unicode fixes were implemented. I see no reason to keep the error handlers there.
| * fsobject.fsobject: Added fsobject._mark back inhut2011-10-102-5/+9
| | | | | | | | This way you can do :eval fm.env.cf.mark(True) and other cool things.
| * widgets.browsercolumn: Removed redundant try/except blockhut2011-10-101-9/+4
| |
| * core.actions: Removed fm.search_forward attribute (not used)hut2011-10-101-6/+0
| |
| * fsobject.directory: revert change to accept_filehut2011-10-101-2/+2
| |
| * Eliminate orphaned functions and argumentsArisu2011-10-104-14/+10
| |
| * Repair some unintended variable referencesArisu2011-10-102-4/+1
| |
| * Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-1016-42/+13
| |
| * fsobject.directory: Update dir size when content changeshut2011-10-091-1/+4
| |
| * widgets.console: Improved command historyhut2011-10-092-10/+19
| | | | | | | | | | No entries should be lost now. Entries are only added or moved to the top of the stack when you enter them again.
| * Removed example files for nowhut2011-10-094-383/+0
| | | | | | | | | | I've been convinced that automatically copying configs is too intrusive. I will rethink the approach later.
| * 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
| * Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-092-7/+9
| | | | | | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
| * defaults.apps: updatedhut2011-10-091-3/+4
| |
| * data/apps.py: updatedhut2011-10-091-4/+16
| |
| * api.apps: added test whether X runs or not.hut2011-10-092-13/+28
| |
| * data/apps.py: Added dochut2011-10-091-0/+3
| |
| * widgets.statusbar: Show mtime, like ls -l, not ctimehut2011-10-091-1/+1
| |
| * core.helper: fixed crashhut2011-10-081-3/+0
| |
| * core.helper: finally removed obsolete option --fail-if-runhut2011-10-081-2/+0
| |