commit d781a4b951c9c8907ef753c24cc776bc145db121 from: Marcel Rodrigues date: Fri Apr 17 02:14:48 2015 UTC Minor documentation changes. commit - e5fe9820e1023c59578934cdfd25487e9d4be427 commit + d781a4b951c9c8907ef753c24cc776bc145db121 blob - 425bebd1dbf540449487c8b71bc0402ef94d28f9 blob + 40d6092ce296b4df1d70252133495ab24eca3b34 --- README.md +++ README.md @@ -6,32 +6,23 @@ Introduction ![Rover screenshot](/../screenshots/screenshot.png?raw=true "Screenshot") 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 blob - f24693136109b8753c0a7f4d8dc495262bbe67f4 blob + 82d9adf9a76c3937e978c72eff4455320c6c08e3 --- rover.1 +++ 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: . +.SH SEE ALSO +\fBmc(1)\fR, \fBvifm(1)\fR, \fBranger(1)\fR