about summary refs log tree commit diff stats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* draw: fixed wrong title for help screenshut2010-01-081-1/+1
* added license informationhut2010-01-0816-0/+224
* added 'diff' combination, more apps and types.hut2009-11-081-0/+10
* added compatibility to ruby 1.9.1hut2009-11-082-4/+10
* fixed mouse click behaviour on previewshut2009-09-271-5/+8
* Typo correctedhut2009-09-031-1/+1
* reduced ESCDELAY to 50.hut2009-07-301-0/+1
* fixed #30 (key combo [gfm] does weird things)hut2009-07-301-1/+1
* added "< /dev/null" for detached procs in same terminalhut2009-07-301-1/+1
* show version number in helphut2009-07-301-1/+1
* fixed occasional failure of deletionhut2009-07-292-3/+19
* dont draw 2x "empty" inside an empty directoryhut2009-07-291-2/+3
* [O] is short for [touch]hut2009-07-281-2/+2
* fixed: bookmarks where displayed when not neededhut2009-07-281-1/+1
* use third file descriptor again. swapping STDERR/STDOUT failshut2009-07-241-2/+4
* fixed volume keyshut2009-07-241-1/+1
* explain cd-after-exithut2009-07-241-5/+2
* require fileutils and only include changeshut2009-07-242-1594/+2
* clean up, explain stuff, handle exceptionshut2009-07-242-12/+13
* removed screensaver feature. I never use it.hut2009-07-242-7/+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-245-71/+165
* 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
* [tu] toggles ascii onlyhut2009-07-221-0/+3
* fixed [i] keyhut2009-07-221-1/+1
* made [r..r] more consistent with other commandshut2009-07-212-6/+14
* modified `df` flagshut2009-07-211-2/+2
* 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