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