README 532 B

12345678910111213
  1. Rover is a file browser for the terminal.
  2. The main goal is to provide a faster way to explore a file system from
  3. the terminal, compared to what's possible by using cd, ls, etc. Rover
  4. has vi-like key bindings for navigation and can open files in $PAGER
  5. and $EDITOR. Basic file system operations are also implemented. Rover
  6. is designed to be simple, fast and portable.
  7. CUSTOMIZATION
  8. -------------
  9. To customize rover, copy config.h from the source directory to the
  10. the SlackBuild directory and edit it before running the SlackBuild.