summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into previewhut2010-10-052-18/+120
|\
| * core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-161-1/+1
| * defaults.keys: key pL to create relative symlinkshut2010-08-291-2/+6
| * Fixed new history implementationhut2010-08-281-2/+2
| * Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-1/+1
| * Fixed historyhut2010-08-261-1/+1
| * core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
| * widgets/console: Simplified consolehut2010-08-261-7/+79
| * defaults.keys: added keys da, dr, ya, yr + documentationhut2010-07-231-5/+11
| * core.actions: added "execute_console"hut2010-07-031-0/+6
| * Fixed default keyword argument value "mode" for fm.open_consolehut2010-07-031-1/+1
* | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-221-1/+1
* | Merge branch 'master' into previewhut2010-06-222-4/+23
|\|
| * core.actions: Fixed indexerror in move_parent()hut2010-06-201-1/+4
| * core.runner: added "w" flag (wait for enter after process is done)hut2010-06-181-1/+18
| * core.actions: fixed move_parent()hut2010-06-181-3/+2
* | Merge branch 'master' into previewhut2010-06-091-2/+2
|\|
| * Fixed some docstringshut2010-06-091-2/+2
* | added more code from David Barnett, previews workhut2010-06-031-7/+2
|/
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-261-0/+10
* core.actions: shortened some codehut2010-05-261-2/+2
* core.actions: Fixed bug where you can't use "h" to leave a loading dirhut2010-05-151-22/+18
* core/environment: removed useless codehut2010-05-141-4/+0
* cleanupshut2010-05-052-7/+3
* core.actions: implemented "move_parent", improve this later!hut2010-04-261-0/+5
* Move loader.py from ranger.fsobject to ranger.corehut2010-04-203-2/+129
* Clean uphut2010-04-192-6/+4
* core.actions: abstracted searching strings in filenameshut2010-04-191-0/+7
* ranger.main: Added compatibility warninghut2010-04-181-0/+1
* removed code for backwards compatibiltyhut2010-04-181-36/+0
* Rename context "general" to "browser" for less ambiguityhut2010-04-181-1/+1
* Merge branch 'master' into develhut2010-04-182-6/+9
|\
| * main: added load_settings(). Store apps/keys in fm now.hut2010-04-181-6/+5
| * fsobject: lazy calculation of infostringhut2010-04-161-0/+4
* | core.actions: avoid exceptionhut2010-04-161-3/+7
* | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
* | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-161-2/+2
|\ \
| * | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-151-2/+2
* | | core.actions: fix hintshut2010-04-161-1/+3
|/ /
* | Merge branch 'newkey' into develhut2010-04-143-24/+41
|\ \
| * | dirarg: improvedhut2010-04-141-6/+6
| * | dirarg: cleanuphut2010-04-141-4/+1
| * | dirarg: fully functioning nowhut2010-04-141-13/+18
| * | Merge branch 'newkey' into dirarghut2010-04-142-6/+0
| |\ \
| | * \ Merge branch 'devel' into newkeyhut2010-04-142-6/+0
| | |\ \
| * | | | dirarg: tmphut2010-04-131-8/+9
| * | | | dirarg: added unit test and almost working implementaitonhut2010-04-131-1/+5
| * | | | Started implementing dirarghut2010-04-131-5/+11
| |/ / /
| * | | Don't use tab 0 by defaulthut2010-04-131-2/+1
| * | | Merge branch 'master' into newkeyhut2010-04-122-4/+9
| |\ \ \