Blob


1 Introduction
2 ============
4 > fm is a file browser for the terminal.
6 The main goal is to provide a faster way to explore a file system from
7 the terminal, compared to what's possible by using `cd`, `ls`, etc.
8 fm has vi-like key bindings for navigation and can open files in
9 `$PAGER` and `$EDITOR`. Basic file system operations are also
10 implemented (see fm(1) for details). fm is designed to be simple,
11 fast and portable.
13 fm was forked from [Rover](https://github.com/lecram/rover) and is still
14 heavily a work in progress. Lots of features were removed that need to
15 be reimplemented and more need to be fixed.
17 Quick Start
18 ===========
20 Building and Installing:
22 $ make
23 $ doas make install
26 Running:
28 $ fm [dir ...]
31 Please read fm(1) for more information.
34 Requirements
35 ============
37 * Unix-like system;
38 * curses library.
41 Copying
42 =======
44 All of the source code and documentation for fm is released into the
45 public domain and provided without warranty of any kind.