diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-07-13 04:52:52 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:06 -0300 |
commit | 100c17634be70c0997a66dd9cd1bf117d1f2cebb (patch) | |
tree | 7a69654d8d8baf67b3fb0d5a52425c07a3ad4b03 /system/ranger/slack-desc | |
parent | 39270a63ac73accfd920f16835c109ef6c0b3429 (diff) |
system/ranger: Added (curses file manager that uses vi/vim bindings)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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..e1183b8d35a4 --- /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: |