terminal file manager written in nim. fast. minimal. no dependencies.
navigate your filesystem without leaving the terminal.
no gui. no electron. no ram eating.
- compiles to native binary
- c-like performance
- clean syntax
- zero runtime overhead
git clone https://github.com/Voctl/NimFileM
cd NimFileM
nim compile -d:release main.nim
./mainrequires nim compiler. get it at nim-lang.org.
./mainruns in your current terminal. that's it.
NimFileM/
├── main.nim # entry point
├── term.nim # terminal handling
└── LICENSE
two files. read them both in 10 minutes.
MIT. do what you want.