2015-04-16 23:14:48 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Minor documentation changes.
diff --git a/README.md b/README.md index 425bebd..40d6092 100644 --- a/README.md +++ b/README.md @@ -6,32 +6,23 @@ Introduction  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 -is designed to be simple and portable. The [Ranger file manager](http://ranger.nongnu.org/) -was a major inspiration for the user interface design, but Rover has -significantly less features and dependencies. +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 (see rover(1) for details). +Rover is designed to be simple, fast and portable. Quick Start =========== - Building: + Building and Installing: ``` $ make - ``` - - Installing: - ``` $ sudo make install ``` Running: ``` - $ rover - ``` - - Specify path for some (up to 9) tabs at startup: - ``` $ rover [DIR1 [DIR2 [DIR3 [...]]]] ``` @@ -68,7 +59,8 @@ Dependencies Rover is supposed to run on any Unix-like system with a curses implementation. To build Rover, you need a C compiler and a curses library with the corresponding -header file. +header file. A makefile is provided, but since all the code is in a single C +source file, it shouldn't be hard to build Rover without make(1). Configuration diff --git a/rover.1 b/rover.1 index f246931..82d9adf 100644 --- a/rover.1 +++ b/rover.1 @@ -143,5 +143,7 @@ to do so by user commands. \fBImportant\fR: Currently, Rover never asks for confirmation before overwriting existing files while copying/moving marked entries. Please be careful to not accidentally lose your data. -.PP +.SH LINKS Rover homepage: <https://github.com/lecram/rover>. +.SH SEE ALSO +\fBmc(1)\fR, \fBvifm(1)\fR, \fBranger(1)\fR