Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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" | ||||
* | | | container.tags: modified DaPangus' patch for more compatibility | hut | 2011-08-10 | 1 | -6/+11 |
| | | | |||||
* | | | Custom tags | David Pugnasse | 2011-08-10 | 5 | -21/+51 |
| | | | | | | | | | | | | Allows to mark a file with a custom character. | ||||
* | | | defaults/keys.py: added sorting by ctime | hut | 2011-08-03 | 2 | -0/+2 |
| | | | |||||
* | | | data/mime.types: added webm type | hut | 2011-08-03 | 1 | -0/+1 |
|/ / | |||||
* | | api.commands: implemented command.cancel() | hut | 2011-05-20 | 3 | -3/+14 |
| | | |||||
* | | ranger/gui/ui: Fixed issues with ALT key | hut | 2011-05-19 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | <A-x> was treated equal to <ESC>x internally, which is clearly wrong. As a result, the mapping <A-x> will override previous <ESC> mappings. This was fixed by translating <A-x> to <ALT_KEY>x with <ALT_KEY> being a special token for the keyparser. I hope this doesn't cause any trouble. Also, ALT+letter keys were fixed when using xterm-compatibility mode. (Option xterm_alt_key = True) | ||||
* | | added option "display_tags_in_all_columns" | hut | 2011-05-08 | 3 | -4/+11 |
| | | |||||
* | | defaults/keys: improved hints | hut | 2011-05-08 | 2 | -8/+17 |
| | | |||||
* | | data/scope.sh: Added bittorrent preview | hut | 2011-05-08 | 1 | -0/+4 |
| | | |||||
* | | ranger.py: More reliable check for whether ./ranger.py is started | hut | 2011-05-07 | 1 | -1/+1 |
| | | |||||
* | | core.main: Forbid piping things into ranger | hut | 2011-05-07 | 1 | -0/+5 |
| | | |||||
* | | data/mime.types: Added wavpack | hut | 2011-05-07 | 1 | -0/+1 |
|/ | |||||
* | core.loader: Fix blocking when using interactive scripts in scope.sh | hut | 2011-04-27 | 2 | -3/+5 |
| | |||||
* | Merge branch 'stable' | hut | 2011-04-26 | 5 | -4/+9 |
|\ | | | | | | | | | Conflicts: ranger.py | ||||
| * | This gonna be cool once it's finished v1.4.3 | hut | 2011-04-05 | 4 | -3/+8 |
| | | |||||
| * | ranger.py: minor change, more general exception handling | hut | 2011-04-05 | 1 | -1/+1 |
| | | |||||
| * | improved ranger.py | hut | 2011-04-05 | 1 | -2/+10 |
| | | |||||
| * | defaults/options.py: hide __cache__ folder | hut | 2011-04-05 | 1 | -1/+1 |
| | | |||||
| * | core.fm: fixed mimetype bug | hut | 2011-04-03 | 1 | -4/+4 |
| | | |||||
| * | Improved manpage | hut | 2011-04-03 | 1 | -4/+5 |
| | | |||||
| * | extended apps.py | hut | 2011-04-03 | 1 | -1/+2 |
| | | | | | | | | | | Patch taken from: https://bbs.archlinux.org/viewtopic.php?pid=900213#p900213 | ||||
| * | Fix loss of bookmarks when disk is full | hut | 2011-04-03 | 1 | -2/+3 |
| | | |||||
* | | widgets.console: fixed delete_word() | hut | 2011-04-26 | 1 | -7/+21 |
| | | |||||
* | | Use chardet in case of encoding detection problems | hut | 2011-04-26 | 2 | -5/+20 |
| | | |||||
* | | use lazy_property for Directory.size/infostring | hut | 2011-04-19 | 3 | -13/+30 |
| | | | | | | | | for more passive and faster loading of directories | ||||
* | | improved ranger.py | hut | 2011-04-04 | 1 | -2/+10 |
| | | |||||
* | | core.fm: fixed mimetype bug | hut | 2011-04-03 | 1 | -4/+4 |
| | | |||||
* | | defaults/options.py: hide __cache__ folder | hut | 2011-04-02 | 1 | -1/+1 |
| | | |||||
* | | defaults/keys.py: Remove <backspace> -> "toggle hidden files" mapping | hut | 2011-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It was added because I wanted to toggle hidden files with <C-H> but certain terminals send a <backspace> instead of a <C-H>. This workaround has a drawback though: Toggling hidden files with backspace makes no sense and is confusing. |