Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new version number v0.2.6 | hut | 2010-01-08 | 2 | -3/+3 |
| | |||||
* | draw: fixed wrong title for help screens | hut | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | added license information | hut | 2010-01-08 | 17 | -0/+237 |
| | |||||
* | added 'diff' combination, more apps and types. | hut | 2009-11-08 | 3 | -2/+24 |
| | |||||
* | added compatibility to ruby 1.9.1 | hut | 2009-11-08 | 3 | -4/+11 |
| | |||||
* | fixed mouse click behaviour on previews | hut | 2009-09-27 | 1 | -5/+8 |
| | |||||
* | added issue #33: more intuitive behaviour of fX | hut | 2009-09-03 | 1 | -0/+1 |
| | |||||
* | Typo corrected | hut | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | reduced ESCDELAY to 50. | hut | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | fixed #30 (key combo [gfm] does weird things) | hut | 2009-07-30 | 2 | -2/+2 |
| | |||||
* | added "< /dev/null" for detached procs in same terminal | hut | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | removed space which caused a warning when run as shellscript | hut | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | show version number in help | hut | 2009-07-30 | 2 | -2/+3 |
| | |||||
* | added bugs to the TODO list | hut | 2009-07-29 | 1 | -0/+2 |
| | |||||
* | fixed occasional failure of deletion | hut | 2009-07-29 | 2 | -3/+19 |
| | | | | | when Fileutils.remove_entry_secure() fails, use a simple FileUtils.remove_entry(). | ||||
* | dont draw 2x "empty" inside an empty directory | hut | 2009-07-29 | 1 | -2/+3 |
| | |||||
* | fixed color of selected normal files in preview row | hut | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | [O] is short for [touch] | hut | 2009-07-28 | 1 | -2/+2 |
| | |||||
* | in apps.rb: comment out extra commands for vim | hut | 2009-07-28 | 1 | -5/+6 |
| | |||||
* | fixed: bookmarks where displayed when not needed | hut | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | improved cd-after-exit | hut | 2009-07-24 | 1 | -25/+18 |
| | |||||
* | use third file descriptor again. swapping STDERR/STDOUT fails | hut | 2009-07-24 | 2 | -6/+9 |
| | |||||
* | special handling for zsh | hut | 2009-07-24 | 1 | -3/+5 |
| | |||||
* | fixed volume keys | hut | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | explain cd-after-exit | hut | 2009-07-24 | 2 | -11/+47 |
| | |||||
* | require fileutils and only include changes | hut | 2009-07-24 | 2 | -1594/+2 |
| | | | | instead of including a whole copy of the file | ||||
* | found bug #30 | hut | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | fix --debug | hut | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | improve argument parsing | hut | 2009-07-24 | 1 | -7/+9 |
| | |||||
* | apps fix | hut | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | better argument parsing (without optparse though) | hut | 2009-07-24 | 2 | -17/+46 |
| | |||||
* | idea | hut | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | clean up, explain stuff, handle exceptions | hut | 2009-07-24 | 4 | -19/+48 |
| | |||||
* | removed screensaver feature. I never use it. | hut | 2009-07-24 | 4 | -18/+1 |
| | |||||
* | don't ask for file owner if there's no file | hut | 2009-07-24 | 1 | -1/+5 |
| | |||||
* | implemented #13 (special keys for quick navigation) | hut | 2009-07-24 | 7 | -72/+167 |
| | |||||
* | corrected spelling & case errors in help | hut | 2009-07-24 | 1 | -7/+7 |
| | |||||
* | nil <=> x results in 0 | hut | 2009-07-24 | 1 | -2/+8 |
| | |||||
* | 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 |
| | |||||
* | found a bug | hut | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | [tu] toggles ascii only | hut | 2009-07-22 | 1 | -0/+3 |
| | |||||
* | done | hut | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | fixed [i] key | hut | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | verison++ v0.2.5 | hut | 2009-07-21 | 2 | -3/+3 |
| | |||||
* | load ~/.rangerrc instead if ranger.conf if possible | hut | 2009-07-21 | 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. | ||||
* | typo | hut | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | fixed comment | hut | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | modified `df` flags | hut | 2009-07-21 | 2 | -8/+10 |
| | | | | I shouldn't use df.. look for alternatives |