about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | defaults/rifle.conf: fixed pager entryhut2012-03-211-2/+1
| |
* | defaults/rifle.conf: Added pager rule for text fileshut2012-03-211-0/+2
| |
* | core.actions: fixed some of the rifle codehut2012-03-211-3/+7
| |
* | ext.rifle: filter out filenames containing null-bytehut2012-03-211-1/+2
| |
* | defaults/rifle.conf: pipe "tar vvtf" into $PAGERhut2012-03-211-1/+1
| |
* | ranger.ext: reordered imports (alphabetically, "from ranger" last)hut2012-03-211-2/+3
| |
* | ext.rifle: Added a default editorhut2012-03-211-1/+6
| |
* | ext.rifle: shortened Rifle.execute_filehut2012-03-211-20/+8
| |
* | defaults/rifle.conf: fixed kspread entryhut2012-03-211-1/+1
| |
* | ext.rifle: use yield in Rifle.list_commandhut2012-03-201-3/+1
| |
* | ext.rifle: added "number" rulehut2012-03-202-9/+21
| |
* | defaults/rifle.conf: added handlers for .doc fileshut2012-03-191-0/+5
| |
* | core.main: improved rifle compatibilityhut2012-03-191-1/+1
| |
* | ext.rifle: use setsid instead of nohup (keep nohup as fallback)hut2012-03-192-2/+5
| | | | | | | | this could perhaps be done by os.setsid and os.fork etc
* | setup.py: added entry for rifle.confhut2012-03-191-1/+2
| |
* | ext.rifle: fixed hook_environmenthut2012-03-191-1/+1
| |
* | core.runner: updated ALLOWED_FLAGS, added commenthut2012-03-191-1/+3
| |
* | ext.rifle: polishinghut2012-03-194-52/+113
| |
* | ext.rifle: added main() functionhut2012-03-181-15/+67
| |
* | ext.rifle: make it executable. not sure if that's a good idea.hut2012-03-181-0/+0
| |
* | defaults/rifle.conf: improved, reorderedhut2012-03-181-30/+35
| |
* | ext/rifle.py: added documentation and cleaned uphut2012-03-181-24/+68
| |
* | defaults/rifle.conf: added documentationhut2012-03-181-21/+50
| |
* | ext.rifle: added hooks, fixed bugs.hut2012-03-183-6/+40
| |
* | container.tags: typohut2012-03-161-1/+1
| |
* | removed code of old file-opener systemhut2012-03-167-547/+12
| |
* | ext.get_executables: speed optimizationhut2012-03-161-2/+1
| |
* | implemented "rifle", a new file launcherhut2012-03-167-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 uphut2012-03-141-10/+10
| |
* | defaults/options: add __pycache__ to hidden fileshut2012-03-141-1/+1
| |
* | ext.human_readable: added commenthut2012-03-141-0/+4
| |
* | shorten all copyright messages for better readabilityhut2012-03-1458-754/+58
| |
* | gui.ui: catch an exception with surrogates in "update title" codehut2012-03-141-4/+7
| |
* | scope.sh: added exiftoolhut2012-03-061-4/+8
|/
* Always remember to bring your towel. v1.5.3hut2012-03-054-4/+26
|
* Fix crash when opening files with feh or sxiv with "ranger <image>"hut2012-03-051-2/+3
|
* Merge branch 'master' into stablehut2012-03-0532-142/+661
|\
| * Added $RANGER_LEVEL environment variable (see man page)hut2012-03-053-0/+33
| |
| * Catch a trivial ncurses exceptionhut2012-03-051-1/+4
| |
| * Added "sudo" optional dependency to READMEhut2012-03-051-0/+1
| |
| * Removed unnecessary spaceshut2012-03-053-5/+5
| |
| * gui.ui: Added "rxvt-unicode-256color" to TERMINALS_WITH_TITLEhut2012-02-241-2/+2
| |
| * ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-212-3/+3
| | | | | | | | https://savannah.nongnu.org/bugs/?35556
| * Feature: pasting hardlinked treesSerge Broslavsky2012-02-142-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-fileshut2012-02-122-0/+9
| |
| * core.main: fixed crash when using ranger as file openerhut2012-02-121-1/+2
| |
| * core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-124-4/+15
| |
| * Add --cmd=COMMAND command line optionDavid Bengoa2012-02-122-0/+6
| |
| * widgets/statusbar: Catch exceptions in env.get_free_spacehut2012-02-091-4/+8
| |
| * defaults/apps: Add wildmidihut2012-02-091-0/+2
| |