Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trying to fix utf shit... | hut | 2011-10-01 | 4 | -135/+36 |
| | |||||
* | core.actions: renamed Actions.mark to mark_files to avoid collision | hut | 2011-10-01 | 2 | -5/+5 |
| | |||||
* | gui.widgets.browserview: improved hint/bookmark list | hut | 2011-10-01 | 4 | -8/+12 |
| | |||||
* | ext.keybindings: hide bookmarks properly | hut | 2011-10-01 | 1 | -0/+1 |
| | |||||
* | gui.widgets.browserview: new bookmark list | hut | 2011-10-01 | 1 | -51/+29 |
| | |||||
* | defaults/rc.conf: simplified "<any> keybinding | hut | 2011-10-01 | 2 | -6/+7 |
| | |||||
* | container.tags: sanity checks | hut | 2011-10-01 | 1 | -0/+3 |
| | |||||
* | defaults/rc.conf: added keys for marking (space, v) | hut | 2011-10-01 | 1 | -2/+6 |
| | |||||
* | gui.widgets.browserview: draw hints for keychains | hut | 2011-10-01 | 4 | -3/+33 |
| | |||||
* | gui.widgets.browsercolumn: moved import out of loop | hut | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | defaults/commands.py: fixed "cmd not found" bug in python 3.2 | hut | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | defaults/rc.conf: fixed arrow keys | hut | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | container.settingobject: fix settingobject (?) | hut | 2011-09-30 | 1 | -0/+2 |
| | |||||
* | core.helper: dont try to turn fm.settings into a command | hut | 2011-09-30 | 1 | -1/+3 |
| | |||||
* | implemented numeral arguments to keybindings | hut | 2011-09-30 | 5 | -12/+19 |
| | |||||
* | core.main: fixed --list-unused-keys | hut | 2011-09-30 | 1 | -5/+4 |
| | |||||
* | delete old keys.py file | hut | 2011-09-30 | 1 | -443/+0 |
| | |||||
* | added E keybinding | hut | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | added pager keybindings | hut | 2011-09-30 | 2 | -12/+36 |
| | |||||
* | core.actions: remove useless checks | hut | 2011-09-30 | 1 | -14/+3 |
| | |||||
* | ext.keybindings: implemented %any macro | hut | 2011-09-30 | 17 | -161/+71 |
| | |||||
* | core.helper: fixed --clean flag | hut | 2011-09-30 | 1 | -0/+2 |
| | |||||
* | Extended rc.conf | hut | 2011-09-30 | 9 | -34/+404 |
| | |||||
* | implemented a new keybinding parser | hut | 2011-09-30 | 14 | -592/+161 |
| | |||||
* | define keybindings in rc.conf (list of commands, loaded on startup) | hut | 2011-09-30 | 8 | -18/+151 |
| | |||||
* | core.actions: fixed cycling by atime and mtime | hut | 2011-09-29 | 2 | -1/+7 |
| | |||||
* | defaults/commands: fixed indentation | hut | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | gui.ui: de-bloating | hut | 2011-09-29 | 2 | -11/+3 |
| | |||||
* | Merge gui.defaultui into gui.ui | hut | 2011-09-29 | 3 | -146/+117 |
| | |||||
* | core.actions: Fixed error message in move_parent | hut | 2011-09-29 | 1 | -6/+7 |
| | | | | self.env.at_level(-1) is None when path == '/' | ||||
* | core.actions: added narg to move_parent | hut | 2011-09-29 | 1 | -1/+3 |
| | |||||
* | removed copyright notice from trivial files (__init__.py's) | hut | 2011-09-29 | 4 | -63/+6 |
| | |||||
* | colorschemes/default: updated | hut | 2011-09-29 | 2 | -16/+1 |
| | |||||
* | core.actions: replaced internal help with 'man ranger' | hut | 2011-09-29 | 10 | -938/+10 |
| | | | | | I want to remove redundant documentation. The missing information will be added to the man page. | ||||
* | core.runner: replaced waitpid_no_intr by process.wait() | hut | 2011-09-29 | 2 | -32/+1 |
| | | | | | with waitpid_no_intr, the returncode attribute of the returned process was bugged and returned always None. | ||||
* | core.main: added --list-unused-keys option | hut | 2011-09-29 | 3 | -2/+18 |
| | |||||
* | added experimental plugin system | hut | 2011-09-28 | 1 | -0/+25 |
| | |||||
* | defaults.commands: optimization of touch command | hut | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | documented and improved DaPangus' changes | hut | 2011-09-25 | 1 | -0/+3 |
| | |||||
* | Merge branch 'rename' of https://github.com/DaPangus/ranger | hut | 2011-09-25 | 2 | -4/+13 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into rename | David Pugnasse | 2011-08-10 | 5 | -24/+30 |
| |\ | |||||
| * | | improved renaming | David Pugnasse | 2011-08-10 | 2 | -4/+13 |
| | | | | | | | | | | | | | | | doesn't overwrite files creates directories on rename | ||||
* | | | extended manpage and fixed {load,save}_copy_buffer commands | hut | 2011-09-25 | 1 | -4/+9 |
| | | | |||||
* | | | help.console: typo | hut | 2011-09-25 | 1 | -1/+1 |
| | | | |||||
* | | | defaults.commands.py: added :bulkrename command from wiki | hut | 2011-09-25 | 2 | -0/+59 |
| | | | |||||
* | | | slight changes to the settings | hut | 2011-09-24 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1. forbid to use the "set" type for the option "column_ratios", since order is relevant and a "set" does not preserve order. 2. add the function "regexp" in the :set command, so users can define regular expressions on the fly. | ||||
* | | | core.actions: Added flag "c" + documentation | hut | 2011-09-24 | 3 | -1/+9 |
| | | | | | | | | | | | | | | | The "c" flag allows you to run the current file even though other files are marked. Will only work when using fm.execute_file. | ||||
* | | | Merge branch 'master' of ssh://repo.or.cz/srv/git/ranger | hut | 2011-09-23 | 3 | -10/+15 |
|\ \ \ | |||||
| * | | | help.console: corrected numbers | hut | 2011-09-23 | 1 | -3/+3 |
| | | | | |||||
| * | | | use errno.EEXIST | Pino Toscano | 2011-09-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | ... instead of its raw value (on Linux, for example) |