2025-11-28 23:24:06 +00:00

46 lines
778 B
Markdown

# joomer-ftxui-file-browser
Terminal User Interface for file browsing using ftxui
# Demonstrates
- file navigation
# Usage
```
- use arrow keys or mouse to navigate directories
- alternatively you can press the numbers on your keyboard to select directories
```
[todo]
- create windows version
- add numbers to select
- display file size
# Build
```
learndir/
└── FTXUI/
└── joomer-ftxui-file-browser/
```
## 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
```