# joomer-ftxui-file-browser Terminal User Interface for file browsing using ftxui # Demonstrates - use arrow keys or mouse to navigate directories - jump in and out of directories - select a file and print it's size # Usage ``` # Compile the program make all ``` [todo] - create windows version - add numbers to select - display file size # Build ``` learndir/ └── FTXUI/ └── joomer-ftxui-file-browser/ └── build_engine_sdk/ ``` ## Ubuntu Linux (kasm-ubuntu) ``` mkdir learndir cd learndir git clone https://github.com/ArthurSonzogni/FTXUI cd FTXUI mkdir build cd build cmake .. cmake --build . --config Release cd .. git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git cd joomer-ftxui-file-browser make all bin/Linux/release/joomer-ftxui-file-browser ```