summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* Beware of low-flying butterflies v1.2.0hut2010-09-132-2/+5
|
* ranger.main: no file previews when user == roothut2010-09-132-1/+5
|
* fsobject.directory: removed unused attributehut2010-09-131-2/+0
|
* fsobject.file: Don't preview socketshut2010-09-131-1/+3
|
* defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
|
* Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
|
* defaults.keys: key pL to create relative symlinkshut2010-08-294-5/+50
|
* Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-282-2/+2
|
* Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-282-2/+9
|
* Fixed new history implementationhut2010-08-284-9/+22
|
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-288-11/+14
|
* cleaned up and fine tuned :find commandhut2010-08-281-11/+7
|
* Integrated new container.history implementationhut2010-08-282-6/+9
|
* Changed implementation of container.historyhut2010-08-281-59/+72
|
* Fixed historyhut2010-08-266-27/+37
|
* widgets.console: removed duplicate importhut2010-08-261-1/+0
|
* widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
|
* more documentation updateshut2010-08-261-14/+21
|
* core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
|
* Updated documentation for the consolehut2010-08-262-138/+61
|
* widgets/console: Simplified consolehut2010-08-268-494/+295
|
* 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
| | | | | See also: http://lists.nongnu.org/archive/html/ranger-users/2010-07/msg00001.html
* help.console: typohut2010-07-171-1/+1
|
* defaults.apps: make pager accept ansi color codeshut2010-07-171-1/+1
| | | | This fixes the :grep command on some OSes
* 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
| | | | plus unit tests and benchmark.
* 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
| | | | The old name, --fail-if-run, is still valid and working.
* 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
|