Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made [r..r] more consistent with other commands | hut | 2009-07-21 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | make the cd-workaround more flexible | hut | 2009-07-21 | 1 | -7/+8 |
| | |||||
* | forgot to add [du] to help | hut | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | [gf] searches for files. | hut | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | [ea] and [et] edit configuration files | hut | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | updated help file | hut | 2009-07-20 | 1 | -3/+8 |
| | |||||
* | little hack for cd-after-exit | hut | 2009-07-20 | 1 | -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`"' | ||||
* | new keys [i], [I] are like [l], [L] without a-flag | hut | 2009-07-19 | 1 | -0/+1 |
| | | | | | 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 bugs 5 (use of system()) and 12 (sync @marked) | hut | 2009-07-18 | 1 | -4/+2 |
| | |||||
* | better help and hints with sorting | hut | 2009-07-18 | 1 | -2/+2 |
| | |||||
* | allow to add comments in help definitions | hut | 2009-07-16 | 1 | -1/+2 |
| | |||||
* | added documentation of mouse functions | hut | 2009-07-16 | 1 | -0/+20 |
| | |||||
* | document tar keycombo | hut | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | --cd switch | hut | 2009-07-03 | 1 | -0/+25 |
| | | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos | ||||
* | new help screen, overview of bookmarks | hut | 2009-06-22 | 1 | -0/+229 |