nfm/README.md
2024-08-25 19:46:01 +02:00

1 KiB

nfm - Neat File Manager

nfm is a terminal file manager. Unlike other terminal file managers, it does not aim to replace the shell for file based operations. Instead nfm lets the user quickly compose file manipulating shell commands, interactively.

This means nfm uses the systems coreutils for all operations via the command mode. Only opening files and changing directories is implemented directly for convenience.

If launched with the --selector flag, nfm start in selector mode. In this mode, nfm will write the selected files full path to stdout and exit. If marked files in any directory exist, their paths are written instead. This allows nfm to be used as a file selector for other programs.

Come talk to us at #nfm on irc.libera.chat.

Zig Version

Right now, nfm is developed against Zig 0.13.0.

Building

git clone https://git.sr.ht/~leon_plickat/nfm
cd nfm
zig build

ToDo

See here for the ToDo-List.

License

nfm is licensed under the GPLv3.