diff options
Diffstat (limited to 'system/ranger/README')
-rw-r--r-- | system/ranger/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ranger/README b/system/ranger/README index d0515e3b13..1f6e0e1600 100644 --- a/system/ranger/README +++ b/system/ranger/README @@ -2,5 +2,16 @@ 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.7 and 3.1 compatible) using curses for the text-based user interface. + +Optional (but recommended) dependency: + +w3m for inline display of images. + +Options: + +To build for python3, use: + + PYTHON3=1 ./ranger.SlackBuild |