mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
5e19fbeb8d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
21 lines
No EOL
636 B
Text
21 lines
No EOL
636 B
Text
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 |