| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | core.actions: fix tab-history bugs, inherit history from prev. tab | hut | 2012-08-05 | 2 | -2/+9 |
* | | core.actions: Added {old,new} arguments to 'tba.change' signal | hut | 2012-08-05 | 2 | -3/+6 |
* | | add keybinding 'uq' to restore a closed tab | hut | 2012-08-05 | 2 | -0/+18 |
* | | core.tab: save and restore pointer when changing tab | hut | 2012-08-05 | 1 | -0/+10 |
* | | core.tab: pass the tab as argument in the move-signal | hut | 2012-08-05 | 1 | -2/+2 |
* | | core.actions: updated tab_open to work with new Tab class | hut | 2012-08-05 | 2 | -5/+14 |
* | | Replaced core.environment with core.tab | hut | 2012-08-05 | 5 | -221/+297 |
* | | moved fm.env.get_directory() to fm.get_directory() | hut | 2012-08-05 | 3 | -17/+21 |
* | | moved env.garbage_collect to fm.garbage_collect | hut | 2012-08-05 | 2 | -18/+21 |
* | | core.environment: cleanup | hut | 2012-08-05 | 1 | -8/+4 |
* | | core.environment: removed unused attribute 'cmd' | hut | 2012-08-05 | 1 | -1/+0 |
* | | moved fm.env.{username,hostname,home_path} to fm.* | hut | 2012-08-05 | 3 | -11/+22 |
* | | core.environment: added a layer for backwards compatibility | hut | 2012-08-05 | 1 | -1/+20 |
* | | move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer} | hut | 2012-08-05 | 4 | -10/+9 |
* | | move fm.env.{copy,cut} to fm.{copy_buffer,do_cut} | hut | 2012-08-05 | 3 | -20/+19 |
* | | core.environment: s/fm.env.directories/fm.directories | hut | 2012-08-05 | 2 | -10/+9 |
* | | core.environment: s/fm.env.termsize/fm.ui.termsize | hut | 2012-08-05 | 2 | -3/+2 |
* | | core.actions: More reliable mimetype checking @ execute_file | hut | 2012-08-05 | 1 | -3/+2 |
* | | core.fm: moved attributes of core.action to core.fm for clarity | hut | 2012-08-05 | 2 | -7/+8 |
* | | core.environment: removed unused functions | hut | 2012-08-05 | 1 | -14/+0 |
* | | core.helper: moved functions to ranger and ranger.core.main | hut | 2012-08-02 | 2 | -176/+148 |
* | | core.fm: stick to line length limit | hut | 2012-08-02 | 1 | -2/+4 |
* | | renamed ranger/defaults to ranger/config | hut | 2012-08-02 | 4 | -10/+10 |
* | | core.helper: more useful --version output | hut | 2012-06-16 | 1 | -3/+2 |
* | | ext.rifle: Fix passing flags from actions.py to rifle.py | hut | 2012-04-13 | 1 | -2/+2 |
* | | core.loader: added pause() | hut | 2012-04-02 | 3 | -5/+39 |
* | | core.actions: fixed dump_{commands,keybindings,settings} | hut | 2012-04-02 | 1 | -3/+6 |
* | | core.shared: ImportErrors in options.py are mistakenly ignored... | hut | 2012-04-02 | 1 | -0/+2 |
* | | core.{fm,helper,main}: replace "from X import *" lines | hut | 2012-03-26 | 3 | -8/+5 |
* | | core.main: fixed rifle interface | hut | 2012-03-23 | 1 | -1/+1 |
* | | core.actions: fix listing of rifle commands | hut | 2012-03-21 | 1 | -1/+1 |
* | | core.actions: fixed some of the rifle code | hut | 2012-03-21 | 1 | -3/+7 |
* | | core.main: improved rifle compatibility | hut | 2012-03-19 | 1 | -1/+1 |
* | | core.runner: updated ALLOWED_FLAGS, added comment | hut | 2012-03-19 | 1 | -1/+3 |
* | | ext.rifle: polishing | hut | 2012-03-19 | 1 | -8/+6 |
* | | ext.rifle: added hooks, fixed bugs. | hut | 2012-03-18 | 2 | -2/+4 |
* | | removed code of old file-opener system | hut | 2012-03-16 | 4 | -43/+11 |
* | | implemented "rifle", a new file launcher | hut | 2012-03-16 | 2 | -7/+32 |
* | | shorten all copyright messages for better readability | hut | 2012-03-14 | 8 | -104/+8 |
|/ |
|
* | Added $RANGER_LEVEL environment variable (see man page) | hut | 2012-03-05 | 1 | -0/+7 |
* | Feature: pasting hardlinked trees | Serge Broslavsky | 2012-02-14 | 1 | -2/+24 |
* | core.main: fixed crash when using ranger as file opener | hut | 2012-02-12 | 1 | -1/+2 |
* | core.main: Allow multiple --cmd's, add man page entry for --cmd | hut | 2012-02-12 | 2 | -3/+5 |
* | Add --cmd=COMMAND command line option | David Bengoa | 2012-02-12 | 2 | -0/+6 |
* | Added doc for TERMCMD and integrated it in commands.py | hut | 2012-01-18 | 1 | -1/+3 |
* | core.main: pipe the profiler stream to stderr | hut | 2012-01-11 | 1 | -4/+2 |
* | added --profile option | hut | 2012-01-11 | 2 | -1/+32 |
* | widgets.statusbar: Include marked directory sizes in statusbar summary | hut | 2012-01-04 | 1 | -0/+1 |
* | core.fm: Added todo-entry and some fail-safe stuff | hut | 2011-12-19 | 2 | -1/+6 |
* | core/runner.py: removed the 'a' flag from ALLOWED_FLAGS | M Rawash | 2011-12-19 | 1 | -3/+3 |