Tiny ncurses file manager.
It is basically a tui frontend for your basic commands, such as cp, mv, rm, etc.
lfm has a very minimal set of features:
- Configurable colors and keybinds;
- Simple search functionality;
- Selection of multiple files;
- Delete/copy/move selected files;
Compile with:
make install
Disable colors, if you're colorphobic:
make install USECOLOR=
- Simply edit
config.hand recompile.
