corrections

This commit is contained in:
jason 2025-11-28 23:24:06 +00:00
parent 18284b95a4
commit 391330080a

View File

@ -2,15 +2,14 @@
Terminal User Interface for file browsing using ftxui Terminal User Interface for file browsing using ftxui
# Demonstrates # Demonstrates
- use arrow keys or mouse to navigate directories - file navigation
- jump in and out of directories
- select a file and print it's size
# Usage # Usage
``` ```
# Compile the program - use arrow keys or mouse to navigate directories
make all - alternatively you can press the numbers on your keyboard to select directories
``` ```
[todo] [todo]
@ -23,8 +22,6 @@ make all
learndir/ learndir/
└── FTXUI/ └── FTXUI/
└── joomer-ftxui-file-browser/ └── joomer-ftxui-file-browser/
└── build_engine_sdk/
``` ```
## Ubuntu Linux (kasm-ubuntu) ## Ubuntu Linux (kasm-ubuntu)