Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use lazy_property for Directory.size/infostring | hut | 2011-04-19 | 3 | -13/+30 |
| | | | | for more passive and faster loading of directories | ||||
* | 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. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -0/+9 |
| | | | | 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 | 1 | -12/+2 |
| | |||||
* | 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 |
| | |||||
* | Remove useless import | ornicar | 2011-02-13 | 1 | -1/+0 |
| | |||||
* | [vim integration] the temp file is now passed through RANGER_RETURN_FILE | ornicar | 2011-02-13 | 1 | -3/+3 |
| | |||||
* | [vim integration] When INVIM env var is set, write filename to tempfile and exit | ornicar | 2011-02-13 | 1 | -0/+7 |
| | |||||
* | Merge branch 'stable' | hut | 2011-01-06 | 2 | -4/+23 |
|\ | |||||
| * | If ranger won't run, you still got peanut butter to live for. v1.4.1 | hut | 2011-01-04 | 1 | -1/+1 |
| | | |||||
| * | Extended help/index.py | hut | 2011-01-04 | 1 | -3/+22 |
| | | |||||
* | | Merge branch 'stable' | hut | 2011-01-04 | 2 | -7/+14 |
|\| | |||||
| * | Added some programs to defaults/apps.py | hut | 2011-01-04 | 1 | -5/+9 |
| | | |||||
| * | widgets.pager: Fixed crash when scope.sh fails | hut | 2011-01-04 | 1 | -2/+5 |
| | | |||||
* | | Attempted to fix some utf issues | hut | 2010-12-26 | 4 | -6/+294 |
|/ | |||||
* | gui.widgets.browserview: Fixed problem with inspect (key i) | hut | 2010-12-25 | 1 | -1/+1 |
| | | | | | When previews are on and you're pressing i, the old preview remains there for a while, making ranger show two previews at once. | ||||
* | We are not authorized to disclose the commit message v1.4.0 | hut | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | help.index: added additional information | hut | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | help: added missing dots | hut | 2010-12-22 | 2 | -2/+2 |
| | |||||
* | help.movement: Added documentation for scope.sh | hut | 2010-12-22 | 1 | -0/+22 |
| | |||||
* | core.actions: Fixed colors in help | hut | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | widgets.browserview: Cleaner solution for commit 3fd5f5caf6 | hut | 2010-12-22 | 2 | -2/+8 |
| | |||||
* | gui.bar: Fixed malpositioning of tab in some cases | hut | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | core.actions: Don't attempt do show directory in pager (key i) | hut | 2010-12-21 | 1 | -1/+5 |
| | |||||
* | widgets.pager: Fixed horizontal scrolling | hut | 2010-12-21 | 1 | -0/+2 |
| | |||||
* | core.environment: make Actions.reset refresh current directory | hut | 2010-12-21 | 1 | -1/+2 |
| | |||||
* | widget.browserview: fixed padding_right option | hut | 2010-12-21 | 2 | -0/+6 |
| | | | | | kind of dirty. need to find a way to hide windows completely when not needed. ;o; | ||||
* | Commited missing line of last commit | hut | 2010-12-21 | 1 | -1/+0 |
| | |||||
* | widgets.console: Fixed position of cursor with unicode chars (py3) | hut | 2010-12-21 | 2 | -2/+8 |
| | |||||
* | core.actions: Fixed get_preview() | hut | 2010-12-18 | 2 | -2/+3 |
| | | | | | Previews didn't show up when pressing i on the first time, you had to preview twice. |