Minimalist multi tab file explorer for UNIX like systems
fx is a multi tab file explorer written in C. It doesn't have any third party dependencies and the codebase is under 1000 LOC. The goal is simplicity without sacrificing any key features of a modern file explorer.
git clone https://github.com/hnhx/fx
cd fx
sudo make install
If you want to perform file operations (move, remove etc.) you have to select the entry / entries first. So if you want to remove foo
, you have to move to it, and when its highlighted you have to press space
to select it and then r
to delete it.
The keybinds can be configured in config.h
, that will help you understand how to navigate the program.
Edit config.h
then just recompile the program via make
.