summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* widgets.console: improved delete_word()hut2010-08-251-8/+9
* defaults.keys: added keys gl and gL to resolve linkshut2010-08-252-1/+6
* Fixed exception when using %f macros in special caseshut2010-08-161-2/+4
* defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes)hut2010-08-131-1/+1
* shared.mimetype: look for mimetypes in ~/.mime.typeshut2010-08-121-0/+3
* defaults.keys: added keys da, dr, ya, yr + documentationhut2010-07-233-5/+21
* gui.widgets.console: added %<LETTER> and %<N><letter> macroshut2010-07-172-1/+41
* help.console: typohut2010-07-171-1/+1
* defaults.apps: make pager accept ansi color codeshut2010-07-171-1/+1
* Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-121-1/+1
* defaults.keys: improved "du" keybindinghut2010-07-051-1/+2
* core.actions: added "execute_console"hut2010-07-031-0/+6
* Fixed default keyword argument value "mode" for fm.open_consolehut2010-07-031-1/+1
* ext.human_readable: fixedhut2010-06-251-5/+5
* ext.human_readable: more efficient implementationhut2010-06-241-19/+34
* ranger.main: ranger dir1 dir2 [...] opens multiple tabshut2010-06-241-7/+6
* core.actions: Fixed indexerror in move_parent()hut2010-06-201-1/+4
* version = version + 1 v1.1.1hut2010-06-181-1/+1
* Don't write bytecode with --clean switchhut2010-06-181-11/+15
* main: catch SystemExit and return the exit valuehut2010-06-181-0/+4
* core.runner: added "w" flag (wait for enter after process is done)hut2010-06-182-1/+19
* core.actions: fixed move_parent()hut2010-06-181-3/+2
* new stable version v1.1.0hut2010-06-091-1/+1
* fsobject.file: blacklist /proc/kcore for previewinghut2010-06-091-0/+2
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-092-7/+13
* widgets.console: fixed history in clean modehut2010-06-091-1/+5
* minor changeshut2010-06-092-2/+3
* Fixed some docstringshut2010-06-092-3/+3
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
* simpler helphut2010-06-071-2/+2
* main: minor edithut2010-06-051-1/+1
* main: fixed error handling in python2.6 and improved ithut2010-06-051-14/+8
* fsobject: ignore ".part" extensions when determining mimetypehut2010-06-041-1/+4
* defaults.options: rebuilt regexp for efficiencyhut2010-05-301-1/+1
* defaults.options: fixed typo in regexphut2010-05-301-1/+1
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
* main: default value for $SHELL = 'bash'hut2010-05-301-0/+3
* defaults.apps: shortened code of last commithut2010-05-281-2/+1
* defaults.apps: retain order of files in app_feh mode 11hut2010-05-281-1/+3
* defaults.apps: simplify code for fehhut2010-05-261-15/+3
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-264-2/+17
* core.actions: shortened some codehut2010-05-261-2/+2
* defaults.keys: add hint for "po"hut2010-05-261-2/+2
* defaults.apps: fixed (removed dependency of edit_or_run)hut2010-05-261-1/+0
* main: typohut2010-05-251-1/+1
* main: don't import optparse.SUPRESS_HELPhut2010-05-251-1/+1
* defaults.keys: fixed key conflict.hut2010-05-241-1/+1
* fsobject.fsobject: optimizations + fixeshut2010-05-231-24/+23
* fsobject.directory: optimize loop in load_bit_by_bithut2010-05-231-5/+8
* fsobject.directory: make use of faster lookup using local varshut2010-05-231-7/+10