aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: dc549e5eb2f9957f63118f23508478c8c3b78ea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SF

Sf is a minimalist terminal file manager written in C which is inspiratied from [nnn](blob/master/README.md) and [lf](https://github.com/gokcehan/lf/).

## Installation

Dependencies:

- gcc
- ncurses
- libmagic

```bash
$ sudo make install
```