replace wording

This commit is contained in:
Jason Ly 2026-01-11 22:02:19 -05:00
parent 520c28f676
commit 6cba6215d8

View File

@ -1,4 +1,4 @@
# joomer-ftxui-file-browser # joomer-ftxui-bsz-browser
Terminal User Interface for file browsing using ftxui Terminal User Interface for file browsing using ftxui
# Demonstrates # Demonstrates
@ -7,7 +7,7 @@ Terminal User Interface for file browsing using ftxui
# Usage # Usage
``` ```
joomer-ftxui-file-browser [path] joomer-ftxui-bsz-browser [path]
[path] - path to start browsing [path] - path to start browsing
- use arrow keys or mouse to navigate directories - use arrow keys or mouse to navigate directories
- alternatively you can press the numbers on your keyboard to select directories - alternatively you can press the numbers on your keyboard to select directories
@ -17,7 +17,7 @@ Terminal User Interface for file browsing using ftxui
``` ```
learndir/ learndir/
└── FTXUI/ └── FTXUI/
└── joomer-ftxui-file-browser/ └── joomer-ftxui-bsz-browser/
└── vcpkg/ └── vcpkg/
``` ```
@ -32,10 +32,10 @@ cd build
cmake .. cmake ..
cmake --build . --config Release cmake --build . --config Release
cd ../.. cd ../..
git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git git clone https://git.indoodle.com/jason/joomer-ftxui-bsz-browser.git
cd joomer-ftxui-file-browser cd joomer-ftxui-bsz-browser
make all make all
bin/Linux/release/joomer-ftxui-file-browser bin/Linux/release/joomer-ftxui-bsz-browser
``` ```
## Windows (win10 enterprise) ## Windows (win10 enterprise)
@ -54,10 +54,10 @@ cd FTXUI\build
cmake .. cmake ..
cmake --build . --config Release cmake --build . --config Release
cd ..\.. cd ..\..
git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git git clone https://git.indoodle.com/jason/joomer-ftxui-bsz-browser.git
cd joomer-ftxui-file-browser cd joomer-ftxui-bsz-browser
msbuild joomer-ftxui-file-browser.vcxproj msbuild joomer-ftxui-bsz-browser.vcxproj
bin\Release\joomer-ftxui-file-browser.exe bin\Release\joomer-ftxui-bsz-browser.exe
``` ```