about summary refs log tree commit diff stats
path: root/code
Commit message (Collapse)AuthorAgeFilesLines
* show version number in helphut2009-07-301-1/+1
|
* 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
|
* [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
| | | | instead of including a whole copy of the file
* 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
| | | | | | 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` 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
|