about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* removed space which caused a warning when run as shellscripthut2009-07-301-1/+1
|
* show version number in helphut2009-07-302-2/+3
|
* added bugs to the TODO listhut2009-07-291-0/+2
|
* fixed occasional failure of deletionhut2009-07-292-3/+19
| | | | | when Fileutils.remove_entry_secure() fails, use a simple FileUtils.remove_entry().
* dont draw 2x "empty" inside an empty directoryhut2009-07-291-2/+3
|
* fixed color of selected normal files in preview rowhut2009-07-281-1/+1
|
* [O] is short for [touch]hut2009-07-281-2/+2
|
* in apps.rb: comment out extra commands for vimhut2009-07-281-5/+6
|
* fixed: bookmarks where displayed when not neededhut2009-07-281-1/+1
|
* improved cd-after-exithut2009-07-241-25/+18
|
* use third file descriptor again. swapping STDERR/STDOUT failshut2009-07-242-6/+9
|
* special handling for zshhut2009-07-241-3/+5
|
* fixed volume keyshut2009-07-241-1/+1
|
* explain cd-after-exithut2009-07-242-11/+47
|
* require fileutils and only include changeshut2009-07-242-1594/+2
| | | | instead of including a whole copy of the file
* found bug #30hut2009-07-241-0/+1
|
* fix --debughut2009-07-241-1/+2
|
* improve argument parsinghut2009-07-241-7/+9
|
* apps fixhut2009-07-241-1/+1
|
* better argument parsing (without optparse though)hut2009-07-242-17/+46
|
* ideahut2009-07-241-0/+1
|
* clean up, explain stuff, handle exceptionshut2009-07-244-19/+48
|
* removed screensaver feature. I never use it.hut2009-07-244-18/+1
|
* don't ask for file owner if there's no filehut2009-07-241-1/+5
|
* implemented #13 (special keys for quick navigation)hut2009-07-247-72/+167
|
* corrected spelling & case errors in helphut2009-07-241-7/+7
|
* nil <=> x results in 0hut2009-07-241-2/+8
|
* implement Array#wrap for n < 0hut2009-07-241-1/+5
|
* add a attr_reader for Directory#pointed_filehut2009-07-241-1/+1
|
* found a bughut2009-07-231-0/+1
|
* [tu] toggles ascii onlyhut2009-07-221-0/+3
|
* donehut2009-07-221-1/+1
|
* fixed [i] keyhut2009-07-221-1/+1
|
* verison++ v0.2.5hut2009-07-212-3/+3
|
* load ~/.rangerrc instead if ranger.conf if possiblehut2009-07-211-1/+1
|
* made [r..r] more consistent with other commandshut2009-07-212-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.
* typohut2009-07-211-1/+1
|
* fixed commenthut2009-07-211-1/+1
|
* modified `df` flagshut2009-07-212-8/+10
| | | | I shouldn't use df.. look for alternatives
* make the cd-workaround more flexiblehut2009-07-212-8/+16
|
* fixeshut2009-07-212-3/+3
|
* each_char -> each_bytehut2009-07-213-3/+3
|
* updated READMEhut2009-07-211-4/+3
|
* explain the first lines in the executablehut2009-07-211-1/+2
|
* refresh after chmod/chownhut2009-07-201-0/+3
|
* fixed #11 (specify flags at data/types.rb)hut2009-07-204-10/+25
|
* fixed #26 (bad behaviour when rdr'ing vim)hut2009-07-203-1/+9
|
* documented @@key_combinationhut2009-07-201-3/+26
|
* updated READMEhut2009-07-201-1/+8
|
* forgot to add [du] to helphut2009-07-201-0/+1
|