Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 708 Bytes

File metadata and controls

22 lines (13 loc) · 708 Bytes

tfm

A terminal file manager implemented in C++20 using the ncurses library.

Screenshot:

preview

The screenshot above demonstrates how the terminal file manager (TFM) operates within directories. It displays a preview of a file on the right side, and if you select a directory, it shows the files contained within that directory and so on.

Dependencies

Build

Run this from the root directory of the project.

mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .