Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small changes | hut | 2009-07-03 | 2 | -3/+4 |
| | |||||
* | option to show ascii only and replace non-ascii with * | hut | 2009-07-03 | 5 | -5/+18 |
| | |||||
* | --cd switch | hut | 2009-07-03 | 5 | -7/+50 |
| | | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos | ||||
* | ideas | hut | 2009-07-03 | 1 | -1/+2 |
| | |||||
* | supress warnings when reloading type definitions | hut | 2009-07-03 | 1 | -0/+3 |
| | |||||
* | dynamically reload file types when typing ^R | hut | 2009-07-03 | 2 | -2/+7 |
| | |||||
* | idea | hut | 2009-07-03 | 1 | -0/+1 |
| | |||||
* | removed unused code | hut | 2009-07-03 | 1 | -2/+0 |
| | |||||
* | monochrome colorscheme | hut | 2009-07-03 | 1 | -0/+12 |
| | |||||
* | put options where they belong. in a config file | hut | 2009-07-03 | 6 | -41/+53 |
| | |||||
* | removed unused ERROR_STREAM | hut | 2009-07-03 | 1 | -3/+0 |
| | |||||
* | added :file option to debug setup | hut | 2009-07-03 | 2 | -4/+7 |
| | |||||
* | todo | hut | 2009-07-03 | 1 | -0/+4 |
| | |||||
* | correct free space display for drives with long mount point names | hut | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | stuff | hut | 2009-06-29 | 1 | -7/+5 |
| | |||||
* | comments | hut | 2009-06-29 | 1 | -2/+21 |
| | |||||
* | new option 'wide_bar' toggles wide bar in selected column | hut | 2009-06-29 | 3 | -2/+10 |
| | |||||
* | improved colorscheme | hut | 2009-06-29 | 1 | -0/+8 |
| | | | | set Selected.* to SelectedCurrentRow.* minus bold | ||||
* | new option 'preview'. better alignment of rows. | hut | 2009-06-29 | 3 | -11/+31 |
| | |||||
* | padding of main column by 3 characters | hut | 2009-06-29 | 1 | -1/+6 |
| | |||||
* | bars fixed | hut | 2009-06-29 | 6 | -6/+13 |
| | | | | | | 1. colors wouldn't display correctly, because used color_at instead of attr_at. 2. x did not terminate the bar process because of a call to a nonexistant method. 3. added proper colorscheme support | ||||
* | handle svg seperately | hut | 2009-06-29 | 1 | -1/+6 |
| | |||||
* | apps | hut | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | feature: gn | hut | 2009-06-22 | 1 | -0/+4 |
| | |||||
* | comments, todo | hut | 2009-06-22 | 2 | -0/+2 |
| | |||||
* | new experimental version v0.2.4 | hut | 2009-06-22 | 1 | -2/+2 |
| | |||||
* | worked on commands | hut | 2009-06-22 | 1 | -29/+59 |
| | |||||
* | fixed bug when going to a nonexistent dir | hut | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | changed the place where default flags are specified | hut | 2009-06-22 | 2 | -2/+2 |
| | |||||
* | new help screen, overview of bookmarks | hut | 2009-06-22 | 3 | -35/+250 |
| | |||||
* | mv code/fm/* code/ | hut | 2009-06-21 | 3 | -0/+0 |
| | |||||
* | more stuff to do~ | hut | 2009-06-18 | 1 | -0/+2 |
| | |||||
* | recognize *.part ending and remove it internally | hut | 2009-06-18 | 1 | -0/+4 |
| | |||||
* | more comments | hut | 2009-06-18 | 2 | -13/+51 |
| | |||||
* | fix minor bugs | hut | 2009-06-18 | 1 | -2/+3 |
| | |||||
* | key X kills ranger and starts a shell | hut | 2009-06-18 | 1 | -1/+5 |
| | |||||
* | show free disk space | hut | 2009-06-18 | 2 | -1/+14 |
| | |||||
* | more stuff to do | hut | 2009-06-18 | 1 | -0/+2 |
| | |||||
* | removed unneccessary check | hut | 2009-06-16 | 1 | -1/+0 |
| | |||||
* | reset filetype association system | hut | 2009-06-15 | 3 | -66/+67 |
| | |||||
* | added filetype rules | hut | 2009-06-15 | 1 | -1/+7 |
| | |||||
* | added a couple of new application definitions | hut | 2009-06-15 | 1 | -3/+25 |
| | |||||
* | added 'gs', key to go to /srv | hut | 2009-06-15 | 1 | -0/+4 |
| | |||||
* | added P, key for creating symlinks of the copied paths | hut | 2009-06-15 | 1 | -0/+6 |
| | |||||
* | changed the name in the title from "fm" to "ranger" | hut | 2009-06-15 | 1 | -1/+1 |
| | | | | forgot that after the rename | ||||
* | handle video and audio differently in data/types | hut | 2009-06-15 | 1 | -2/+4 |
| | |||||
* | add colors for video + image + sound | hut | 2009-06-15 | 2 | -0/+11 |
| | |||||
* | temporarily disabled preview of archives | hut | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | add video? audio? image? methods to Directory::Entry | hut | 2009-06-15 | 1 | -2/+5 |
| | | | | i have also added aliases for backward compatibility | ||||
* | new thing to do | hut | 2009-06-15 | 1 | -0/+1 |
| |