about summary refs log tree commit diff stats
path: root/code
Commit message (Collapse)AuthorAgeFilesLines
* modified `df` flagshut2009-07-211-2/+2
| | | | I shouldn't use df.. look for alternatives
* make the cd-workaround more flexiblehut2009-07-211-7/+8
|
* fixeshut2009-07-212-3/+3
|
* each_char -> each_bytehut2009-07-213-3/+3
|
* refresh after chmod/chownhut2009-07-201-0/+3
|
* fixed #11 (specify flags at data/types.rb)hut2009-07-202-4/+24
|
* fixed #26 (bad behaviour when rdr'ing vim)hut2009-07-201-0/+6
|
* documented @@key_combinationhut2009-07-201-3/+26
|
* forgot to add [du] to helphut2009-07-201-0/+1
|
* [gf] searches for files.hut2009-07-202-1/+11
|
* general cleanups and bugfixeshut2009-07-204-45/+5
|
* made sure you stay at the same file on Directory.refreshhut2009-07-201-0/+6
|
* corrected Debug.putshut2009-07-201-1/+2
|
* corrected some stupid, wrong codehut2009-07-201-2/+2
|
* [du] displays disk usagehut2009-07-201-0/+5
|
* [gR] goes to the directory where ranger is locatedhut2009-07-201-0/+5
|
* [ea] and [et] edit configuration fileshut2009-07-203-1/+12
|
* added an easy "edit" functionhut2009-07-201-0/+10
|
* improved handling of A-flagshut2009-07-201-1/+1
|
* updated help filehut2009-07-201-3/+8
|
* little hack for cd-after-exithut2009-07-201-13/+10
| | | | | | | | | | | if you want to change the directory to where you left ranger when you exit, you can now simply use this in your .bashrc: alias ranger='source ranger' or even: alias ranger='. ranger' the old way was: alias ranger='cd "`ranger --cd 3>&1 1>&2`"'
* put bugfix #8 where it belongs (flush after system())hut2009-07-202-1/+1
|
* new command: grephut2009-07-201-0/+23
|
* cleaned up code/keys.rbhut2009-07-201-9/+3
|
* added Array#sh, cleaned up code/extensions/basic.rbhut2009-07-201-14/+10
|
* fine tuning @ status barhut2009-07-201-1/+1
|
* debugfile is only created/opened when it's neededhut2009-07-201-17/+22
| | | | additionally debug *has* to be initialized with a hash.
* display owner and group next to rightshut2009-07-191-2/+4
|
* a couple of cleanupshut2009-07-191-24/+2
|
* replaced EVIL with Option.evil, moved explanation to scheduler.rbhut2009-07-191-4/+9
|
* done #7. restructured keys.rbhut2009-07-191-80/+126
| | | | there now is a seperate function for the gigantic case statement.
* bugfix, click in first row didn't select pointed filehut2009-07-191-1/+1
|
* wrap up many File calls into one File.stathut2009-07-192-22/+21
|
* implemented name in code/debug.rbhut2009-07-191-2/+3
|
* added doubleclick, with configurable mouseintervalhut2009-07-192-7/+14
|
* fixed mouse behaviourhut2009-07-191-1/+0
|
* new keys [i], [I] are like [l], [L] without a-flaghut2009-07-192-3/+5
| | | | | that means, [i] will always run the currently highlighted file only, whereas [l] will run marked files instead, if there are any marked files.
* commit 632d6ae done right (refresh dirs when entering)hut2009-07-192-1/+5
|
* fixed #23 (key combination rAr does not work)hut2009-07-192-1/+5
|
* refresh dirs when entering themhut2009-07-191-0/+1
|
* fixed bug 17 (drawing things while external programs run)hut2009-07-191-1/+1
|
* bugfix: list_dir_first was ignored in previews sometimeshut2009-07-192-3/+5
|
* bugfixes, todohut2009-07-192-3/+4
|
* fixed error when sorting by mimetypehut2009-07-191-1/+1
|
* fixed bug 16 (incorrect sorting pointer)hut2009-07-194-25/+47
|
* improved sorting a bit, (DRY, threadsafe)hut2009-07-181-6/+5
|
* fixed bug 14 (sorting didn't always work)hut2009-07-181-1/+1
|
* fixed bugs 5 (use of system()) and 12 (sync @marked)hut2009-07-184-30/+22
|
* better help and hints with sortinghut2009-07-182-3/+3
|
* renamed option "dir_first" to "list_dir_first"hut2009-07-182-2/+2
| | | | this is more obvious :-)