Minimalist multi tab file explorer for UNIX like systems
Go to file
hnhx 6693691a4b changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +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 changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +02:00
config.h changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +02:00
fx.c changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +02:00
utils.c changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +02:00
utils.h changed how files are opened, fixed a bug where the program would segfault if the user didn't have permission to enter a dir 2022-10-23 20:07:49 +02:00

README.md

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 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.


Config

Edit config.h then just recompile the program via make.