Tuxplorer

Tuxplorer - A terminal based file explorer

Tuxplorer is a terminal-based file explorer, aimed at bringing the power and simplicity of file navigation and management to the terminal interface. Designed as my first real C project, Tuxplorer is currently in its early stages, featuring basic functionality with ambitions for a richer feature set in the future.

Tuxplorer

Current Features

How It Works

The application is built on a series of functions that construct the entire layout based on the state of various parameters. These parameters include the highlighted window, folder content, and cursor position. Depending on the values of these variables, the layout is rendered. A control system allows for navigation through the folder structure, leveraging the aforementioned functions to manipulate the layout.

What I Learned

The primary objective was to deepen my understanding of C and develop practical programming skills. Throughout the project, I deliberately chose not to use ChatGPT, except for debugging a particularly challenging segmentation fault. This led me to learn about gdb and improve my debugging skills from there. Key takeaways include:

Usage

For more information and an installation guide, please visit my GitHub.