Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement Array#wrap for n < 0 | hut | 2009-07-24 | 1 | -1/+5 |
| | |||||
* | add a attr_reader for Directory#pointed_file | hut | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | [tu] toggles ascii only | hut | 2009-07-22 | 1 | -0/+3 |
| | |||||
* | fixed [i] key | hut | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | made [r..r] more consistent with other commands | hut | 2009-07-21 | 2 | -6/+14 |
| | | | | | | it's now r..<ENTER> additionally, you can write a colon and an application name at the end, to start the files with a specific application. | ||||
* | modified `df` flags | hut | 2009-07-21 | 1 | -2/+2 |
| | | | | I shouldn't use df.. look for alternatives | ||||
* | make the cd-workaround more flexible | hut | 2009-07-21 | 1 | -7/+8 |
| | |||||
* | fixes | hut | 2009-07-21 | 2 | -3/+3 |
| | |||||
* | each_char -> each_byte | hut | 2009-07-21 | 3 | -3/+3 |
| | |||||
* | refresh after chmod/chown | hut | 2009-07-20 | 1 | -0/+3 |
| | |||||
* | fixed #11 (specify flags at data/types.rb) | hut | 2009-07-20 | 2 | -4/+24 |
| | |||||
* | fixed #26 (bad behaviour when rdr'ing vim) | hut | 2009-07-20 | 1 | -0/+6 |
| | |||||
* | documented @@key_combination | hut | 2009-07-20 | 1 | -3/+26 |
| | |||||
* | forgot to add [du] to help | hut | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | [gf] searches for files. | hut | 2009-07-20 | 2 | -1/+11 |
| | |||||
* | general cleanups and bugfixes | hut | 2009-07-20 | 4 | -45/+5 |
| | |||||
* | made sure you stay at the same file on Directory.refresh | hut | 2009-07-20 | 1 | -0/+6 |
| | |||||
* | corrected Debug.puts | hut | 2009-07-20 | 1 | -1/+2 |
| | |||||
* | corrected some stupid, wrong code | hut | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | [du] displays disk usage | hut | 2009-07-20 | 1 | -0/+5 |
| | |||||
* | [gR] goes to the directory where ranger is located | hut | 2009-07-20 | 1 | -0/+5 |
| | |||||
* | [ea] and [et] edit configuration files | hut | 2009-07-20 | 3 | -1/+12 |
| | |||||
* | added an easy "edit" function | hut | 2009-07-20 | 1 | -0/+10 |
| | |||||
* | improved handling of A-flags | hut | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | updated help file | hut | 2009-07-20 | 1 | -3/+8 |
| | |||||
* | little hack for cd-after-exit | hut | 2009-07-20 | 1 | -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()) | hut | 2009-07-20 | 2 | -1/+1 |
| | |||||
* | new command: grep | hut | 2009-07-20 | 1 | -0/+23 |
| | |||||
* | cleaned up code/keys.rb | hut | 2009-07-20 | 1 | -9/+3 |
| | |||||
* | added Array#sh, cleaned up code/extensions/basic.rb | hut | 2009-07-20 | 1 | -14/+10 |
| | |||||
* | fine tuning @ status bar | hut | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | debugfile is only created/opened when it's needed | hut | 2009-07-20 | 1 | -17/+22 |
| | | | | additionally debug *has* to be initialized with a hash. | ||||
* | display owner and group next to rights | hut | 2009-07-19 | 1 | -2/+4 |
| | |||||
* | a couple of cleanups | hut | 2009-07-19 | 1 | -24/+2 |
| | |||||
* | replaced EVIL with Option.evil, moved explanation to scheduler.rb | hut | 2009-07-19 | 1 | -4/+9 |
| | |||||
* | done #7. restructured keys.rb | hut | 2009-07-19 | 1 | -80/+126 |
| | | | | there now is a seperate function for the gigantic case statement. | ||||
* | bugfix, click in first row didn't select pointed file | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | wrap up many File calls into one File.stat | hut | 2009-07-19 | 2 | -22/+21 |
| | |||||
* | implemented name in code/debug.rb | hut | 2009-07-19 | 1 | -2/+3 |
| | |||||
* | added doubleclick, with configurable mouseinterval | hut | 2009-07-19 | 2 | -7/+14 |
| | |||||
* | fixed mouse behaviour | hut | 2009-07-19 | 1 | -1/+0 |
| | |||||
* | new keys [i], [I] are like [l], [L] without a-flag | hut | 2009-07-19 | 2 | -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) | hut | 2009-07-19 | 2 | -1/+5 |
| | |||||
* | fixed #23 (key combination rAr does not work) | hut | 2009-07-19 | 2 | -1/+5 |
| | |||||
* | refresh dirs when entering them | hut | 2009-07-19 | 1 | -0/+1 |
| | |||||
* | fixed bug 17 (drawing things while external programs run) | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | bugfix: list_dir_first was ignored in previews sometimes | hut | 2009-07-19 | 2 | -3/+5 |
| | |||||
* | bugfixes, todo | hut | 2009-07-19 | 2 | -3/+4 |
| | |||||
* | fixed error when sorting by mimetype | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | fixed bug 16 (incorrect sorting pointer) | hut | 2009-07-19 | 4 | -25/+47 |
| |