Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext.rifle: added "number" rule | hut | 2012-03-20 | 2 | -9/+21 |
| | |||||
* | defaults/rifle.conf: added handlers for .doc files | hut | 2012-03-19 | 1 | -0/+5 |
| | |||||
* | core.main: improved rifle compatibility | hut | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | ext.rifle: use setsid instead of nohup (keep nohup as fallback) | hut | 2012-03-19 | 2 | -2/+5 |
| | | | | this could perhaps be done by os.setsid and os.fork etc | ||||
* | setup.py: added entry for rifle.conf | hut | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | ext.rifle: fixed hook_environment | 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 | 4 | -52/+113 |
| | |||||
* | ext.rifle: added main() function | hut | 2012-03-18 | 1 | -15/+67 |
| | |||||
* | ext.rifle: make it executable. not sure if that's a good idea. | hut | 2012-03-18 | 1 | -0/+0 |
| | |||||
* | defaults/rifle.conf: improved, reordered | hut | 2012-03-18 | 1 | -30/+35 |
| | |||||
* | ext/rifle.py: added documentation and cleaned up | hut | 2012-03-18 | 1 | -24/+68 |
| | |||||
* | defaults/rifle.conf: added documentation | hut | 2012-03-18 | 1 | -21/+50 |
| | |||||
* | ext.rifle: added hooks, fixed bugs. | hut | 2012-03-18 | 3 | -6/+40 |
| | |||||
* | container.tags: typo | hut | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | removed code of old file-opener system | hut | 2012-03-16 | 7 | -547/+12 |
| | |||||
* | ext.get_executables: speed optimization | hut | 2012-03-16 | 1 | -2/+1 |
| | |||||
* | implemented "rifle", a new file launcher | hut | 2012-03-16 | 7 | -8/+317 |
| | | | | | | 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. | ||||
* | data/mime.types: use spaces instead of tabs, line them up | hut | 2012-03-14 | 1 | -10/+10 |
| | |||||
* | defaults/options: add __pycache__ to hidden files | hut | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | ext.human_readable: added comment | hut | 2012-03-14 | 1 | -0/+4 |
| | |||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 58 | -754/+58 |
| | |||||
* | gui.ui: catch an exception with surrogates in "update title" code | hut | 2012-03-14 | 1 | -4/+7 |
| | |||||
* | scope.sh: added exiftool | hut | 2012-03-06 | 1 | -4/+8 |
| | |||||
* | Always remember to bring your towel. v1.5.3 | hut | 2012-03-05 | 4 | -4/+26 |
| | |||||
* | Fix crash when opening files with feh or sxiv with "ranger <image>" | hut | 2012-03-05 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' into stable | hut | 2012-03-05 | 32 | -142/+661 |
|\ | |||||
| * | Added $RANGER_LEVEL environment variable (see man page) | hut | 2012-03-05 | 3 | -0/+33 |
| | | |||||
| * | Catch a trivial ncurses exception | hut | 2012-03-05 | 1 | -1/+4 |
| | | |||||
| * | Added "sudo" optional dependency to README | hut | 2012-03-05 | 1 | -0/+1 |
| | | |||||
| * | Removed unnecessary spaces | hut | 2012-03-05 | 3 | -5/+5 |
| | | |||||
| * | gui.ui: Added "rxvt-unicode-256color" to TERMINALS_WITH_TITLE | hut | 2012-02-24 | 1 | -2/+2 |
| | | |||||
| * | ranger.1: fix vim script "RangerChooser" when no file is opened | hut | 2012-02-21 | 2 | -3/+3 |
| | | | | | | | | https://savannah.nongnu.org/bugs/?35556 | ||||
| * | Feature: pasting hardlinked trees | Serge Broslavsky | 2012-02-14 | 2 | -2/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | ranger.1: Added entry for --list-tagged-files | hut | 2012-02-12 | 2 | -0/+9 |
| | | |||||
| * | 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 | 4 | -4/+15 |
| | | |||||
| * | Add --cmd=COMMAND command line option | David Bengoa | 2012-02-12 | 2 | -0/+6 |
| | | |||||
| * | widgets/statusbar: Catch exceptions in env.get_free_space | hut | 2012-02-09 | 1 | -4/+8 |
| | | |||||
| * | defaults/apps: Add wildmidi | hut | 2012-02-09 | 1 | -0/+2 |
| | | |||||
| * | widgets/statusbar: Display "All" when all files are shown (fix) | hut | 2012-02-09 | 1 | -1/+1 |
| | | |||||
| * | Merge git://github.com/gwash/ranger | hut | 2012-01-26 | 3 | -0/+51 |
| |\ | |||||
| | * | new :relink command | M Rawash | 2012-01-27 | 3 | -0/+51 |
| | | | |||||
| * | | api.commands: Fix slashes in _tab_directory_content() | hut | 2012-01-26 | 1 | -2/+4 |
| |/ | | | | | | | | | | | | | Previously, when the tab completion result is unique, a slash was always added, even if it's a file, not a directory. Thanks to gwash for pointing out this bug. | ||||
| * | defaults/commands: fixed TERMCMD in :terminal | hut | 2012-01-24 | 1 | -1/+1 |
| | | |||||
| * | ext.cached_function: Fixed | hut | 2012-01-20 | 1 | -2/+2 |
| | | |||||
| * | Added doc for TERMCMD and integrated it in commands.py | hut | 2012-01-18 | 3 | -1/+15 |
| | | |||||
| * | gui.ui: Fix title drawing. Since when is this broken anyway?! | hut | 2012-01-15 | 1 | -2/+4 |
| | | |||||
| * | defaults.commands.bulkrename: support filenames starting with - | hut | 2012-01-15 | 1 | -2/+2 |
| | | |||||
| * | defaults/options: case insensitive sort by default | hut | 2012-01-14 | 1 | -1/+1 |
| | |