Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+4 |
| | |||||
* | doc/TODO: updated | hut | 2011-09-29 | 1 | -15/+14 |
| | |||||
* | 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 |
| | |||||
* | A little README update | hut | 2011-09-29 | 1 | -2/+3 |
| | |||||
* | doc/ranger.1: added missing documentation | hut | 2011-09-29 | 2 | -12/+256 |
| | |||||
* | 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 | 5 | -3/+30 |
| | |||||
* | another correction of the bash wrapper scripts | hut | 2011-09-28 | 3 | -4/+7 |
| | |||||
* | shortened ranger.py | hut | 2011-09-28 | 1 | -6/+3 |
| | |||||
* | added experimental plugin system | hut | 2011-09-28 | 1 | -0/+25 |
| | |||||
* | sanitized bash wrapper scripts, reformulated BUGS section in manual | hut | 2011-09-28 | 3 | -15/+14 |
| | |||||
* | shortened README, added early reference to the man page | hut | 2011-09-28 | 1 | -86/+19 |
| | |||||
* | minor optimization in ranger.py | hut | 2011-09-28 | 1 | -6/+1 |
| | |||||
* | removed doc/help link (why do we need that?) | hut | 2011-09-28 | 1 | -1/+0 |
| | |||||
* | removed tests. (half of them are outdated) | hut | 2011-09-28 | 26 | -2272/+1 |
| | | | | To get them back, you can always simply revert this commit. | ||||
* | improved bash wrappers in ranger.py and man page | hut | 2011-09-28 | 3 | -25/+31 |
| | |||||
* | defaults.commands: optimization of touch command | hut | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | documented and improved DaPangus' changes | hut | 2011-09-25 | 3 | -6/+7 |
| | |||||
* | 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 | 4 | -50/+78 |
| | | | |||||
* | | | help.console: typo | hut | 2011-09-25 | 1 | -1/+1 |
| | | | |||||
* | | | defaults.commands.py: added :bulkrename command from wiki | hut | 2011-09-25 | 3 | -0/+68 |
| | | | |||||
* | | | 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. | ||||
* | | | doc/ranger.pod: extended the man page | hut | 2011-09-24 | 2 | -120/+845 |
| | | | |||||
* | | | Overhauled manpage. It's in POD format now. | hut | 2011-09-24 | 3 | -195/+802 |
| | | | |||||
* | | | 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) | ||||
| * | | | gui.widgets.pager: fixed crash | hut | 2011-09-14 | 1 | -6/+10 |
| | | | | |||||
* | | | | gui.widgets.console: fixed error canceling nonexistent command | hut | 2011-09-17 | 1 | -3/+4 |
|/ / / | | | | | | | | | | Thanks to Joshua <veedrac> for pointing it out. | ||||
* | | | add cycling by mtime and atime | hut | 2011-09-08 | 1 | -1/+1 |
| | | | |||||
* | | | core.actions: throw some signals before and after executing files | hut | 2011-09-08 | 1 | -1/+5 |
| | | | |||||
* | | | defaults/keys: added sorting by atime | hut | 2011-08-26 | 2 | -1/+3 |
| | | | | | | | | | | | | I see no use in that, but this feature was requested | ||||
* | | | defaults/keys: use = key for octal chmodding | hut | 2011-08-23 | 1 | -5/+9 |
| | | | |||||
* | | | defaults/keys: Added hint for sorting by ctime | hut | 2011-08-23 | 1 | -1/+1 |
| | | | |||||
* | | | defaults/keys: added hints for chmod keys | hut | 2011-08-23 | 1 | -0/+9 |
| | | | |||||
* | | | defaults/keys: add shortcuts for chmod: +ow = chmod o+w, etc | hut | 2011-08-23 | 1 | -0/+8 |
| |/ |/| | |||||
* | | Merge https://github.com/tonttu/ranger | hut | 2011-08-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fixed #33227, pager crashed when trying to read non-readable file | Riku Palomäki | 2011-05-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'atool' of https://github.com/radhermit/ranger | hut | 2011-08-10 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | data/scope.sh: show compressed text files with atool | Tim Harder | 2011-07-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Also, fix a minor spelling error. | ||||
* | | | | container.tags: replaced the word "mark" with "tag" | hut | 2011-08-10 | 3 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | this is not very important, but I think it helps avoiding confusion since this code has to do with tagging and not with the completely different feature called "marking" |