Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext.keybinding_parser: shortened construct_keybinding() | hut | 2011-10-11 | 1 | -4/+1 |
| | |||||
* | ext.keybinding_parser: prettier KeyBuffer.__str__ | hut | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | ext.keybinding_parser: Prettier key_to_string() | hut | 2011-10-11 | 2 | -3/+10 |
| | |||||
* | core.actions: Pretty list of undocumented commands | hut | 2011-10-11 | 1 | -2/+8 |
| | |||||
* | defaults.commands: updated code of :find | hut | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Rebuild man page | hut | 2011-10-11 | 1 | -2/+2 |
| | |||||
* | defautls/options.py: use_preview_script = True after all | hut | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 59 | -59/+59 |
| | | | | As much as I hate this, it has to be done | ||||
* | fsobject.directory: use BAD_INFO | hut | 2011-10-10 | 1 | -1/+2 |
| | |||||
* | container.__init__: removed import shortcuts | hut | 2011-10-10 | 3 | -4/+2 |
| | |||||
* | removed completely retarded colorscheme "texas" | hut | 2011-10-10 | 2 | -73/+2 |
| | |||||
* | core.fm: removed old code | hut | 2011-10-10 | 1 | -6/+0 |
| | |||||
* | core.actions: Fixed %t tag in --clean mode | hut | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | core.helper: Cleaned up load_settings | hut | 2011-10-10 | 2 | -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 documentation | hut | 2011-10-10 | 4 | -9/+12 |
| | |||||
* | api.commands: finished merging ext.command_parser into api | hut | 2011-10-10 | 4 | -175/+73 |
| | |||||
* | core.actions: Don't shell-escape macros for non-shell commands | hut | 2011-10-10 | 4 | -51/+52 |
| | |||||
* | core.actions: shortened long line | hut | 2011-10-10 | 1 | -1/+2 |
| | |||||
* | core.actions: renamed Actions.source_cmdlist to Actions.source | hut | 2011-10-10 | 2 | -4/+4 |
| | |||||
* | README: "file" really is optional | hut | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | gui.curses_shortcuts: simplifications | hut | 2011-10-10 | 2 | -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 in | hut | 2011-10-10 | 2 | -5/+9 |
| | | | | This way you can do :eval fm.env.cf.mark(True) and other cool things. | ||||
* | widgets.browsercolumn: Removed redundant try/except block | hut | 2011-10-10 | 1 | -9/+4 |
| | |||||
* | core.actions: Removed fm.search_forward attribute (not used) | hut | 2011-10-10 | 1 | -6/+0 |
| | |||||
* | fsobject.directory: revert change to accept_file | hut | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | Eliminate orphaned functions and arguments | Arisu | 2011-10-10 | 4 | -14/+10 |
| | |||||
* | Repair some unintended variable references | Arisu | 2011-10-10 | 2 | -4/+1 |
| | |||||
* | Eliminate orphaned and redundant definitions of variables and imports | Arisu | 2011-10-10 | 16 | -42/+13 |
| | |||||
* | fsobject.directory: Update dir size when content changes | hut | 2011-10-09 | 1 | -1/+4 |
| | |||||
* | widgets.console: Improved command history | hut | 2011-10-09 | 2 | -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 now | hut | 2011-10-09 | 4 | -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" | hut | 2011-10-09 | 3 | -27/+30 |
| | | | | | | | | | This reverts commit 1d27a413986bfdcecb3c7ea67f327d20dc9a029f. Conflicts: ranger/core/fm.py ranger/core/helper.py | ||||
* | Revert "ranger.1: added doc for --dont-copy-config" | hut | 2011-10-09 | 2 | -7/+9 |
| | | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c. | ||||
* | defaults.apps: updated | hut | 2011-10-09 | 1 | -3/+4 |
| | |||||
* | data/apps.py: updated | hut | 2011-10-09 | 1 | -4/+16 |
| | |||||
* | api.apps: added test whether X runs or not. | hut | 2011-10-09 | 2 | -13/+28 |
| | |||||
* | data/apps.py: Added doc | hut | 2011-10-09 | 1 | -0/+3 |
| | |||||
* | widgets.statusbar: Show mtime, like ls -l, not ctime | hut | 2011-10-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | mv ranger/data/config_examples/* ranger/data/ | hut | 2011-10-08 | 5 | -4/+4 |
| | |||||
* | gui.ui: Fall back to "linux" terminal when $TERM fails | hut | 2011-10-08 | 1 | -1/+6 |
| | |||||
* | ranger.__init__: changed ranger.LOGFILE | hut | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | ranger.__init__, ranger.1: updated rangers description | hut | 2011-10-08 | 3 | -9/+9 |
| | |||||
* | Updated man page | hut | 2011-10-08 | 2 | -24/+12 |
| | |||||
* | ranger.1: added doc for --dont-copy-config | hut | 2011-10-08 | 2 | -9/+7 |
| | |||||
* | Write "ranger" with a lowercase "r" | hut | 2011-10-08 | 7 | -10/+10 |
| | |||||
* | defaults/options: disable use_preview_script, unicode_ellipsis | hut | 2011-10-08 | 1 | -2/+2 |
| | |||||
* | data/config_examples/rc.conf: Fixed bad command | hut | 2011-10-08 | 1 | -2/+2 |
| | |||||
* | data/config_examples/rc.conf: Added extra hashes in comments | hut | 2011-10-08 | 1 | -9/+9 |
| |