Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added :file option to debug setup | hut | 2009-07-03 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 | 4 | -5/+10 |
| | | | | | | 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 | ||||
* | feature: gn | hut | 2009-06-22 | 1 | -0/+4 |
| | |||||
* | 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 | 2 | -34/+250 |
| | |||||
* | mv code/fm/* code/ | hut | 2009-06-21 | 3 | -0/+0 |
| | |||||
* | recognize *.part ending and remove it internally | hut | 2009-06-18 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | reset filetype association system | hut | 2009-06-15 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | add colors for video + image + sound | hut | 2009-06-15 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | require | hut | 2009-06-13 | 1 | -0/+2 |
| | |||||
* | cleanup | hut | 2009-06-13 | 3 | -60/+7 |
| | |||||
* | extended colorschemes to statusbar | hut | 2009-06-13 | 2 | -5/+19 |
| | |||||
* | fixed Marshal.load of rc | hut | 2009-06-13 | 1 | -1/+1 |
| | |||||
* | fixing & cleaning up | hut | 2009-06-13 | 4 | -41/+61 |
| | |||||
* | cleaning up | hut | 2009-06-13 | 1 | -151/+0 |
| | |||||
* | cleaning up | hut | 2009-06-13 | 1 | -2/+15 |
| | |||||
* | rewrite of the way files are executed, easier config | hut | 2009-06-13 | 7 | -90/+239 |
| | |||||
* | expanded color scheme support | hut | 2009-06-13 | 2 | -13/+36 |
| | |||||
* | moved draw to code/fm/draw.rb | hut | 2009-06-12 | 1 | -0/+0 |
| | |||||
* | logpp more straight forward | hut | 2009-06-12 | 1 | -6/+1 |
| | |||||
* | removed deprecated cli methods | hut | 2009-06-12 | 1 | -53/+0 |
| | |||||
* | removed void class, it was only there for debugging | hut | 2009-06-12 | 1 | -12/+0 |
| | |||||
* | small changes | hut | 2009-06-12 | 1 | -2/+2 |
| | |||||
* | improved behaviour at preview row when still generating | hut | 2009-06-12 | 2 | -2/+7 |
| | |||||
* | uncommented exception handler in fm.rb | hut | 2009-06-12 | 1 | -3/+3 |
| | | | | it was one cause of the "evil bug" eariler, seems to work now. | ||||
* | cleanup + removed relics from the dark ages | hut | 2009-06-12 | 1 | -11/+8 |
| | |||||
* | fixed evil bug *completely* | hut | 2009-06-12 | 1 | -0/+1 |
| | | | | | | the one that keeps ranger running in the background when you use the window manager to close it (ie. clicking the X or pressing ALT+F4 or whatever means your window manager has to close a program) | ||||
* | clean up | hut | 2009-06-12 | 1 | -3/+4 |
| | |||||
* | detached entry from directory into a seperate file | hut | 2009-06-12 | 2 | -143/+155 |
| | |||||
* | comment out unused bars | hut | 2009-06-12 | 1 | -52/+52 |
| | |||||
* | F -> filter | hut | 2009-06-12 | 1 | -19/+44 |
| | |||||
* | no log of unknown keys | hut | 2009-06-12 | 1 | -1/+0 |
| | |||||
* | improved debug module | hut | 2009-06-12 | 1 | -38/+130 |
| | |||||
* | completed colorscheme support | hut | 2009-06-12 | 3 | -64/+24 |
| |