diff options
Diffstat (limited to 'system/python-ranger/slack-desc')
-rw-r--r-- | system/python-ranger/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/python-ranger/slack-desc b/system/python-ranger/slack-desc new file mode 100644 index 0000000000..ea1f59e7d9 --- /dev/null +++ b/system/python-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------------------------------------------------------| +python-ranger: Ranger (a curses file manager that uses vi/vim bindings) +python-ranger: +python-ranger: A multi-column display allows viewing in a tree-like manner. You can +python-ranger: preview the content of the selected file or directory, copy or move +python-ranger: files around with the VIM-like commands dd and yy, execute predefined +python-ranger: applications when opening a file, etc... +python-ranger: Everything is fully customizable and written in Python (2.6 and 3.1 +python-ranger: compatible) using curses for the text-based user interface. +python-ranger: +python-ranger: Homepage: https://savannah.nongnu.org/projects/ranger/ +python-ranger: |