Minimalist multi tab file explorer for UNIX like systems
Find a file
2022-10-16 13:13:26 +00:00
config.h first commit 2022-10-16 14:37:29 +02:00
fx.c first commit 2022-10-16 14:37:29 +02:00
LICENSE Initial commit 2022-10-16 12:34:16 +00:00
Makefile first commit 2022-10-16 14:37:29 +02:00
README.md Update README.md 2022-10-16 13:13:26 +00:00
shortcuts.png first commit 2022-10-16 14:37:29 +02:00
utils.c first commit 2022-10-16 14:37:29 +02:00
utils.h first commit 2022-10-16 14:37:29 +02:00

fx

Minimalist multi tab file explorer for UNIX like systems


About fx

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.


How to install

git clone https://github.com/hnhx/fx
cd fx
sudo make install

How to use

If you want to perform file opreations (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 below will help you understand how the program works.


Keybinds