descriptionsimple file browser for the terminal
homepage URLhttps://github.com/lecram/rover
repository URLhttps://github.com/lecram/rover.git
ownermarcelgmr@gmail.com
last changeTue, 24 May 2022 14:27:17 +0000 (24 11:27 -0300)
last refreshWed, 24 Apr 2024 23:54:16 +0000 (25 01:54 +0200)
content tags
add:
readme

Introduction

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 (see rover(1) for details). Rover is designed to be simple, fast and portable.

Quick Start

Building and Installing:

 $ make
 $ sudo make install

Running:

 $ rover [DIR1 [DIR2 [DIR3 [...]]]]

Baisc Usage:

      q - quit Rover
      ? - show Rover manual
    j/k - move cursor down/up
    J/K - move cursor down/up 10 lines
    g/G - move cursor to top/bottom of listing
      l - enter selected directory
      h - go to parent directory
      H - go to $HOME directory
    0-9 - change tab
 RETURN - open $SHELL on the current directory
  SPACE - open $PAGER with the selected file
      e - open $EDITOR with the selected file
      / - start incremental search (RETURN to finish)
    n/N - create new file/directory
      R - rename selected file or directory
      D - delete selected file or (empty) directory

Please read rover(1) for more information.

Requirements

Configuration

Rover configuration (mostly key bindings and colors) can only be changed by editing the file config.h and rebuilding the binary.

Note that the external programs executed by some Rover commands may be changed via the appropriate environment variables. For example, to specify an editor:

 $ EDITOR=vi rover

Please read rover(1) for more information.

Copying

All of the source code and documentation for Rover is released into the public domain and provided without warranty of any kind.

shortlog
2022-05-24 Marcel RodriguesMerge pull request #41 from orbea/gentoomaster
2022-05-24 orbeabuild: Add CFLAGS default41/head
2022-05-24 orbeabuild: Use pkgconfig to fix undefined references
2022-05-07 Marcel RodriguesMerge pull request #40 from orbea/build
2022-05-03 orbeabuild: Use FHS and GNU paths for MANDIR40/head
2022-05-03 orbeabuild: Explicitly set variables
2022-05-03 orbeabuild: Use standard install variables
2020-06-04 Marcel RodriguesVersion 1.0.1.v1.0.1
2018-09-24 Marcel RodriguesMerge pull request #35 from ikji/master
2018-09-24 Marcel RodriguesFix memory errors when browsing empty directories.
2018-09-18 ikjiCorrectly handle CJK/double width characters.35/head
2018-05-04 Marcel RodriguesMerge pull request #31 from orbea/man
2018-05-04 orbeaFix the date in rover.131/head
2017-09-29 Klemens NanniPrefer VISUAL to EDITOR
2017-08-20 Marcel RodriguesForbid copy/move to the same path.
2017-06-30 Marcel RodriguesMerge pull request #27 from orbea/rm
...
tags
3 years ago v1.0.1 Version 1.0.1.
6 years ago v1.0.0 Version 1.0.0.
7 years ago v0.4.2 Version 0.4.2.
8 years ago v0.4.1 Version 0.4.1.
8 years ago v0.4.0 Version 0.4.0.
8 years ago v0.3.0 Version 0.3.0.
8 years ago v0.2.0 Version 0.2.0.
9 years ago v0.1.1 Version 0.1.1.
9 years ago v0.1.0 Version 0.1.0.
heads
23 months ago master
8 years ago screenshots