diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-06-28 10:49:21 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-28 10:49:21 -0400 |
commit | 8ede068e5a46b5b61445733bf6b8c5ffbee8609c (patch) | |
tree | 5c77a99fe164a8bb832604ed5b7e851ff856daee /system/python-ranger/README | |
parent | 460f99dd0ccd07dbbe0a714729aea2f5698d7f04 (diff) | |
download | slackbuilds-8ede068e5a46b5b61445733bf6b8c5ffbee8609c.tar.gz |
system/python-ranger: Added (curses file manager with vi bindings)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/python-ranger/README')
-rw-r--r-- | system/python-ranger/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/python-ranger/README b/system/python-ranger/README new file mode 100644 index 0000000000..45dbeaba6d --- /dev/null +++ b/system/python-ranger/README @@ -0,0 +1,8 @@ +Ranger (a curses file manager that uses vi/vim bindings) + +A multi-column display allows viewing in a tree-like manner. 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. |