Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | thanks to taylorchu for reporting this | |||||
* | | 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 | |
| | | | | | | | | | | | | ranger/ext/rifle.py is a standalone program that works without ranger. The configuration is not in python anymore, thus is easier to understand, modify and parse. | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This feature is useful when there is a need to create a directory tree, which is similar to an existing one while keeping all the files in this new tree hardlinked to those existing ones. Such functionality might be useful when rearranging a huge directory tree (or a set of directory trees) into some new layout. This operation is done synchronously (i.e. it doesn't use CommandLoader to put the ongoing operation into the task queue). Target end of the operation is handled the following way: 1. If target directory with the same name exists - it gets used. 2. If target folder does not exist - it is created with the same mode bits as corresponding source one. 3. If target file with the same name exists and is a hardlink of the source file already - it is getting left as it is. If it's not a hardlink of the source file - a new hardlink is created in a form of <original>_, <original>_1, ..., etc. 4. If target file does not exist - a hardlink is created. | |||||
* | 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 | |
| | ||||||
* | core/runner.py: allow combination of 'r' and 'd' flags | M Rawash | 2011-12-19 | 1 | -2/+3 | |
| | ||||||
* | Merge https://github.com/gwash/ranger | hut | 2011-12-17 | 1 | -2/+26 | |
|\ | ||||||
| * | core/runner.py: got rid of the 'a' flag | M Rawash | 2011-12-07 | 1 | -9/+2 | |
| | | ||||||
| * | Added new flags 'a', 'r' and 't' | M Rawash | 2011-12-05 | 1 | -4/+35 | |
| | | ||||||
* | | core.loader: fix bug with chardet module | hut | 2011-12-10 | 1 | -1/+1 | |
|/ | ||||||
* | core.actions: only choosefile when pressing l/enter | hut | 2011-11-23 | 1 | -7/+8 | |
| | ||||||
* | core.actions: Disable visual mode when opening console | hut | 2011-11-15 | 1 | -1/+2 | |
| | ||||||
* | Disable visual mode when typing "v" | hut | 2011-11-09 | 1 | -0/+2 | |
| | ||||||
* | core.actions: implement visual mode | hut | 2011-10-31 | 1 | -8/+69 | |
| | ||||||
* | core.actions: paste_symlink() doesn't fail if file exists | hut | 2011-10-30 | 1 | -3/+7 | |
| | ||||||
* | Added option "init_function" | hut | 2011-10-30 | 1 | -0/+3 | |
| | ||||||
* | Added signals runner.execute.{before,after} | hut | 2011-10-30 | 1 | -0/+6 | |
| | ||||||
* | core.runner: added "fm" attribute to Context, as documented | hut | 2011-10-30 | 2 | -3/+4 | |
| | ||||||
* | core.main: fix --selectfile with relative paths | David Pugnasse | 2011-10-25 | 2 | -6/+3 | |
| | ||||||
* | core.main: added --selectfile option | David Pugnasse | 2011-10-24 | 3 | -2/+14 | |
| | ||||||
* | core.actions: Added comment about possible bug | hut | 2011-10-24 | 1 | -0/+3 | |
| | ||||||
* | Added constant ranger.STABLE to indicate stable versions | hut | 2011-10-23 | 1 | -1/+2 | |
| | ||||||
* | New key "dc" to get cumulative size of selected directories | hut | 2011-10-22 | 1 | -0/+5 | |
| |