Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made [r..r] more consistent with other commands | hut | 2009-07-21 | 1 | -5/+12 |
| | | | | | | 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. | ||||
* | fixes | hut | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | each_char -> each_byte | hut | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | refresh after chmod/chown | hut | 2009-07-20 | 1 | -0/+3 |
| | |||||
* | documented @@key_combination | hut | 2009-07-20 | 1 | -3/+26 |
| | |||||
* | [gf] searches for files. | hut | 2009-07-20 | 1 | -1/+10 |
| | |||||
* | general cleanups and bugfixes | 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 | 1 | -1/+9 |
| | |||||
* | new command: grep | hut | 2009-07-20 | 1 | -0/+23 |
| | |||||
* | cleaned up code/keys.rb | hut | 2009-07-20 | 1 | -9/+3 |
| | |||||
* | 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 |
| | |||||
* | added doubleclick, with configurable mouseinterval | hut | 2009-07-19 | 1 | -5/+12 |
| | |||||
* | 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 | 1 | -3/+4 |
| | | | | | that means, [i] will always run the currently highlighted file only, whereas [l] will run marked files instead, if there are any marked files. | ||||
* | fixed #23 (key combination rAr does not work) | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | fixed bug 16 (incorrect sorting pointer) | hut | 2009-07-19 | 1 | -18/+21 |
| | |||||
* | fixed bug 14 (sorting didn't always work) | hut | 2009-07-18 | 1 | -1/+1 |
| | |||||
* | fixed bugs 5 (use of system()) and 12 (sync @marked) | hut | 2009-07-18 | 1 | -23/+19 |
| | |||||
* | renamed option "dir_first" to "list_dir_first" | hut | 2009-07-18 | 1 | -1/+1 |
| | | | | this is more obvious :-) | ||||
* | removed double click | hut | 2009-07-17 | 1 | -10/+29 |
| | |||||
* | only descend 1 dir when using right mouse on first row | hut | 2009-07-15 | 1 | -1/+2 |
| | | | | i think thats more intuitive | ||||
* | removed debug stuff | hut | 2009-07-15 | 1 | -5/+0 |
| | |||||
* | added mouse support | hut | 2009-07-15 | 1 | -0/+46 |
| | |||||
* | fixed "dfd" combo | hut | 2009-07-10 | 1 | -2/+2 |
| | |||||
* | use Fm.externally instead of starti/closei in keys.rb | hut | 2009-07-06 | 1 | -17/+16 |
| | |||||
* | fixed E key | hut | 2009-07-06 | 1 | -5/+2 |
| | |||||
* | rely less on system calls for mkdir/touch | hut | 2009-07-06 | 1 | -6/+8 |
| | |||||
* | removed unused function | hut | 2009-07-06 | 1 | -17/+0 |
| | |||||
* | request a confirmation on deletion | hut | 2009-07-04 | 1 | -21/+46 |
| | |||||
* | more sorting in keys.rb | hut | 2009-07-04 | 1 | -144/+91 |
| | |||||
* | small fix | hut | 2009-07-04 | 1 | -2/+1 |
| | |||||
* | restructured | hut | 2009-07-04 | 1 | -159/+171 |
| | |||||
* | sorted key commands | hut | 2009-07-04 | 1 | -120/+126 |
| | |||||
* | removed useless command | hut | 2009-07-04 | 1 | -4/+0 |
| | |||||
* | small changes | hut | 2009-07-03 | 1 | -2/+3 |
| | |||||
* | --cd switch | hut | 2009-07-03 | 1 | -5/+9 |
| | | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos | ||||
* | put options where they belong. in a config file | hut | 2009-07-03 | 1 | -17/+14 |
| | |||||
* | new option 'wide_bar' toggles wide bar in selected column | hut | 2009-06-29 | 1 | -0/+3 |
| | |||||
* | new option 'preview'. better alignment of rows. | hut | 2009-06-29 | 1 | -0/+3 |
| | |||||
* | feature: gn | hut | 2009-06-22 | 1 | -0/+4 |
| | |||||
* | worked on commands | hut | 2009-06-22 | 1 | -29/+59 |
| | |||||
* | changed the place where default flags are specified | hut | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | mv code/fm/* code/ | hut | 2009-06-21 | 1 | -0/+584 |
| | |||||
* | moved fm class to code/fm/ | hut | 2009-06-12 | 1 | -589/+0 |
| | |||||
* | mooo | hut | 2009-06-11 | 1 | -2/+2 |
| | |||||
* | wip | hut | 2009-06-11 | 1 | -0/+4 |
| | |||||
* | Initial commit | hut | 2009-06-04 | 1 | -27/+2 |
| |