summaryrefslogtreecommitdiffstats
path: root/system/rover/README
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2015-12-31 13:12:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-31 13:12:14 +0700
commit5e19fbeb8d8172bab8f98ce48dfb7a2cbcd8000f (patch)
tree070ea98a64490f103b5ffa2189b76839e9f18766 /system/rover/README
parentdcfa88f452d9556c60242283b64b04ea60a58fb3 (diff)
downloadslackbuilds-5e19fbeb8d8172bab8f98ce48dfb7a2cbcd8000f.tar.gz
slackbuilds-5e19fbeb8d8172bab8f98ce48dfb7a2cbcd8000f.tar.xz
system/rover: Added (simple file browser for the terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rover/README')
-rw-r--r--system/rover/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/rover/README b/system/rover/README
new file mode 100644
index 0000000000..8789dd1ff2
--- /dev/null
+++ b/system/rover/README
@@ -0,0 +1,21 @@
+Rover is a file browser for the terminal.
+
+The main goal is to provide a faster way to explore a file system from
+the terminal, compared to what's possible by using cd, ls, etc. Rover
+has vi-like key bindings for navigation and can open files in $PAGER
+and $EDITOR. Basic file system operations are also implemented Rover
+is designed to be simple, fast and portable.
+
+CUSTOMIZATION
+-------------
+To customize rover edit config.h in the source tarball and
+place it in the config directory before running the script.
+
+Example:
+
+$ cd rover-0.4.0
+$ vi config.h
+[make customizations]
+$ cp -a config.h ../config/
+$ cd ..
+# ./rover.SlackBuild \ No newline at end of file