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

Sf is a minimalist and lightweight terminal file manager which is inspired by [nnn](blob/master/README.md) and [lf](https://github.com/gokcehan/lf/). No Python, no Rust, written in **C**.

![Screenshot I](./assets/1.jpg)

![Screenshot II](./assets/2.jpg)

## Installation

Dependencies:

- gcc
- ncurses
- libmagic

```bash
$ sudo make install
```