diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-01-13 20:05:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 1f9de7430fac551cbdffb44aab252a0f77811b8a (patch) | |
tree | aa9f8738fa8f82ce1b3d87eadda3e87e8ea589c5 /system/ranger | |
parent | 939fd0ba49dc6242e6a9646861a57064096418e9 (diff) |
system/ranger: Updated for version 1.9.0b6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ranger')
-rw-r--r-- | system/ranger/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/ranger/README b/system/ranger/README index 1f6e0e160085..fd09802f9625 100644 --- a/system/ranger/README +++ b/system/ranger/README @@ -1,17 +1,18 @@ 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... +applications when opening a file, etc. Everything is fully customizable and written in Python (2.7 and 3.1 compatible) using curses for the text-based user interface. -Optional (but recommended) dependency: +Optional dependencies: -w3m for inline display of images. +w3m (for inline display of images) +atool (for listing archives in preview pane) Options: To build for python3, use: - PYTHON3=1 ./ranger.SlackBuild +PYTHON3=1 ./ranger.SlackBuild |