Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Improved manpage | hut | 2011-04-01 | 1 | -4/+5 |
| | | |||||
* | | gui.ui: clear the message in statusbar after a keypress | hut | 2011-03-22 | 3 | -2/+7 |
| | | |||||
* | | defaults.keys: allow pasting hardlinks. | hut | 2011-03-22 | 2 | -1/+9 |
| | | |||||
* | | extended apps.py | hut | 2011-03-08 | 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-03-08 | 1 | -2/+3 |
|/ | |||||
* | Next version will run on pure Lisp Machines only v1.4.2 | hut | 2011-03-05 | 4 | -3/+8 |
| | |||||
* | data/scope.sh: change exit code for html files to 4 | hut | 2011-03-05 | 1 | -3/+3 |
| | |||||
* | core.runner: set stdin to /dev/null for detached programs | hut | 2011-03-04 | 1 | -2/+4 |
| | |||||
* | added missing devnull variable definition, fixes last commit | hut | 2011-03-02 | 1 | -0/+1 |
| | |||||
* | cleanups | hut | 2011-03-02 | 2 | -4/+4 |
| | |||||
* | fixed issue with py3.2 when opening files w/ mplayer | hut | 2011-03-02 | 1 | -1/+1 |
| | | | | | it didn't accept open('/dev/null', 'a') as STDIN for subprocess.Popen and threw a [Errno 9] Bad file descriptor. Which makes... sense. | ||||
* | Fixed debug code in core.runner | hut | 2011-02-26 | 1 | -2/+3 |
| | |||||
* | defaults.commands: include bookmarks in tab completion of :cd | hut | 2011-02-18 | 2 | -1/+52 |
| | | | | Idea stolen from the jumanji browser. Let's see how well this works. | ||||
* | fsobject.directory: added dirname argument to accept_file | hut | 2011-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | this is to enable customized file hiding functions. eg: import ranger.fsobject.directory def accept_file(fname, dirname, hidden_filter, name_filter): if <file should be hidden>: return False return True ranger.fsobject.directory.accept_file = accept_file this in options.py or something | ||||
* | data/scope.sh: support for highlight 3.3 | hut | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | data.scope: Applied Yubao's patch | hut | 2011-02-15 | 1 | -4/+5 |
| | |||||
* | Added --choosedir, a more logical alternative to --fail-unless-cd | hut | 2011-02-15 | 4 | -5/+13 |
| | | | | also updated the bash script in README to use the new option | ||||
* | help.invocation: typo | hut | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | Moved vimscript to README next to the bash script :) | hut | 2011-02-15 | 2 | -18/+28 |
| | |||||
* | Improved --choosefile vimscript in documentation | hut | 2011-02-15 | 1 | -2/+4 |
| | |||||
* | Added --choosefile + doc to replace ornivar's RANGER_RETURN_FILE | hut | 2011-02-14 | 3 | -3/+24 |
| | | | | | I recommended environment variables to ornivar because its easier for a quick hack but I wouldn't like to have it in the codebase quite like this. | ||||
* | python 2.6 compatibility for ornicars commits | hut | 2011-02-14 | 1 | -2/+1 |
| |