README.adoc (282B)
1 = cex 2 C/Curses file EXplorer 3 4 File Explorer meant to have a simple and small codebase. 5 The code is still very much a work in progress and still contains bugs. 6 7 Project is inspired by https://github.com/gokcehan/lf[lf]. 8 9 == Installation 10 11 [source,bash] 12 ---- 13 $ make clean install 14 ----