aboutsummaryrefslogtreecommitdiffstats
# 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
```

## Contributing

Contributions are welcome, please see the [CONTRIBUTING.md](./CONTRIBUTING.md).