summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-083-9/+9
|
* Updated man pagehut2011-10-082-24/+12
|
* ranger.1: added doc for --dont-copy-confighut2011-10-082-9/+7
|
* Write "ranger" with a lowercase "r"hut2011-10-087-10/+10
|
* defaults/options: disable use_preview_script, unicode_ellipsishut2011-10-081-2/+2
|
* data/config_examples/rc.conf: Fixed bad commandhut2011-10-081-2/+2
|
* data/config_examples/rc.conf: Added extra hashes in commentshut2011-10-081-9/+9
|
* data/config_examples/rc.conf: Typohut2011-10-081-1/+1
|
* data/config_examples/apps.py: Typohut2011-10-081-1/+1
|
* defaults/apps: fixed entry for fehhut2011-10-081-1/+1
|
* README: Updated dependencieshut2011-10-081-4/+4
|
* config_examples: updated dochut2011-10-082-13/+16
|
* data/config_examples: added documentationhut2011-10-082-7/+82
|
* defaults/apps: Removed example code, its now in config_examples/hut2011-10-081-28/+0
|
* defaults/apps: moved file chooser code to Actions.execute_filehut2011-10-082-5/+5
|
* README: Updatehut2011-10-081-21/+22
|
* updated manpage and config_examples/rc.confhut2011-10-083-2/+22
|
* data/config_examples/rc.conf: writtenhut2011-10-081-0/+39
|
* core.main: Automatically copy config fileshut2011-10-084-30/+27
| | | | This removes --copy-config=X and adds --dont-copy-config.
* added data/config_examples/{apps,commands}.pyhut2011-10-082-0/+135
|
* general updateshut2011-10-089-69/+142
|
* config_examples/options.py: addedhut2011-10-081-0/+32
|
* defaults.commands: Dynamically choose editor in :bulkrenamehut2011-10-081-3/+4
|
* core.action: removed debugging code from dump_keybindingshut2011-10-081-4/+1
|
* defaults.commands: modified :help to make use of quantifiershut2011-10-082-2/+9
|
* core.actions: added dump_settings and dump_commandshut2011-10-082-26/+60
|
* core.actions: added dump_keybindings()hut2011-10-081-1/+36
|
* ext.keybinding_parser: added <INSERT>hut2011-10-081-0/+1
|
* defaults/apps: Added mplayer2hut2011-10-081-1/+8
|
* gui.ansi: Added doctesthut2011-10-081-3/+34
|
* ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
|
* ext.iter_tools: Added doctesthut2011-10-081-0/+15
|
* Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
|
* ext.direction: Added doctesthut2011-10-071-13/+25
|
* ext.lazy_property: added doctesthut2011-10-071-6/+15
|
* ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
|
* Makefile: added `make test' back in.hut2011-10-071-1/+9
|
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
|
* core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
|
* widgets.browserview: Try to fix crashhut2011-10-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running ranger with two directories and using a command with macros, this crash happens. To reproduce, run this and then type "yp" ranger /usr/bin /var/tmp Traceback was: Ranger version: 1.5.0, executed with python 3.2.2 Locale: en_US.UTF-8 Current file: /usr/lib Traceback (most recent call last): File "/home/common/archive/repos/ranger/ranger/core/main.py", line 103, in main fm.loop() File "/home/common/archive/repos/ranger/ranger/core/fm.py", line 202, in loop ui.handle_input() File "/home/common/archive/repos/ranger/ranger/gui/ui.py", line 210, in handle_input self.handle_key(key) File "/home/common/archive/repos/ranger/ranger/gui/ui.py", line 146, in handle_key self.press(key) File "/home/common/archive/repos/ranger/ranger/gui/ui.py", line 161, in press quantifier=keybuffer.quantifier) File "/home/common/archive/repos/ranger/ranger/core/actions.py", line 111, in execute_console string = self.substitute_macros(string, additional=macros) File "/home/common/archive/repos/ranger/ranger/core/actions.py", line 115, in substitute_macros return _MacroTemplate(string).safe_substitute(self._get_macros(), File "/home/common/archive/repos/ranger/ranger/core/actions.py", line 153, in _get_macros macros[i + 'f'] = shell_quote(tab_dir.pointed_obj.path) AttributeError: 'NoneType' object has no attribute 'path'
* merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-073-200/+176
|
* defaults/options: default sorting method is now "natural"hut2011-10-071-1/+1
|
* api.apps: fix bug with undefined appshut2011-10-051-1/+1
|
* core.runner: print more debug outputhut2011-10-051-1/+1
|
* manpage: updatehut2011-10-052-32/+34
|
* Makefile: updatehut2011-10-051-4/+8
|
* removed doc/TODO; use "make todo"hut2011-10-056-118/+8
|
* README: polished, removed INSTALLhut2011-10-053-76/+46
|
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-053-5/+97
|
* gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
|