You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
A simple terminal file manager written in C++23, with a focus on learning how other file managers work. Inspired by mc and lf.
Usage
fileman [?path] # open fileman at path or current directory
Building from source
Prerequisites
- A C++23 compatible compiler (e.g., g++ 11 or later, clang++ 13 or later)
- CMake 3.20 or later
- Git
- Ninja (optional, but recommended for faster builds)