Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 393 Bytes

tfm

Terminal file manager in C++20 (and ncurses).

Dependenies

Build

Run this from the root directory of the project.

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

Demo

demo.mp4