blob: d2b91199bd3cbe9823ddf7908409a17b5251504a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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**.


## Installation
Dependencies:
- gcc
- ncurses
- libmagic
```bash
$ sudo make install
```
## Contributing
Contributions are welcome, please see the [CONTRIBUTING.md](./CONTRIBUTING.md).
|