diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-05-11 23:03:48 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:23 -0500 |
commit | a20892105a24cdd3b8d4c36bb19b059d67e067d4 (patch) | |
tree | 67e9af40f873a38b01b907eb714b45b24428eeda /system/ranger/README | |
parent | e3e22ec5df8d4eac6395f969e84dd54ed73f2421 (diff) | |
download | slackbuilds-a20892105a24cdd3b8d4c36bb19b059d67e067d4.tar.gz |
system/ranger: Added (an ncurses filemanager with vi keybindings)
Diffstat (limited to 'system/ranger/README')
-rw-r--r-- | system/ranger/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/ranger/README b/system/ranger/README new file mode 100644 index 0000000000..fafda18d12 --- /dev/null +++ b/system/ranger/README @@ -0,0 +1,16 @@ +Ranger: A keeper, guardian, or soldier who ranges over a region to +protect the area or enforce the law. + +This is the filemanager Chuck Norris the Texas Ranger would use if he +had a computer with a unix-like operating system. (He doesn't trust +computers though and prefers to do the calculations himself.) + +After all, as a professional ranger, he needs a broad overview of his +territory, and the multi-column display of ranger provides just that, +rather than restricting you to the current directory only. You can +preview the content of the selected file or directory, copy or move +files around with the VIM-like commands dd and yy, execute predefined +applications when opening a file, etc... + +Everything is fully customizable and written in Python (2.6 and 3.1 +compatible) using curses for the text-based user interface. |