aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c63b4ee00a81b95b95e8afe1e9c6a1a44565ee2e (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 inspired by [nnn](blob/master/README.md) and [lf](https://github.com/gokcehan/lf/).

## Installation

Dependencies:

- gcc
- ncurses
- libmagic

```bash
$ sudo make install
```