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/slack-desc | |
parent | e3e22ec5df8d4eac6395f969e84dd54ed73f2421 (diff) |
system/ranger: Added (an ncurses filemanager with vi keybindings)
Diffstat (limited to 'system/ranger/slack-desc')
-rw-r--r-- | system/ranger/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/ranger/slack-desc b/system/ranger/slack-desc new file mode 100644 index 000000000000..7124d9aa5049 --- /dev/null +++ b/system/ranger/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +ranger: Ranger (a curses file manager that uses vi/vim bindings) +ranger: +ranger: A multi-column display allows viewing in a tree-like manner. You can +ranger: preview the content of the selected file or directory, copy or move +ranger: files around with the VIM-like commands dd and yy, execute predefined +ranger: applications when opening a file, etc... +ranger: Everything is fully customizable and written in Python (2.6 and 3.1 +ranger: compatible) using curses for the text-based user interface. +ranger: +ranger: Homepage: https://savannah.nongnu.org/projects/ranger/ +ranger: |