replace wording
This commit is contained in:
parent
520c28f676
commit
6cba6215d8
20
README.md
20
README.md
@ -1,4 +1,4 @@
|
||||
# joomer-ftxui-file-browser
|
||||
# joomer-ftxui-bsz-browser
|
||||
Terminal User Interface for file browsing using ftxui
|
||||
|
||||
# Demonstrates
|
||||
@ -7,7 +7,7 @@ Terminal User Interface for file browsing using ftxui
|
||||
# Usage
|
||||
|
||||
```
|
||||
joomer-ftxui-file-browser [path]
|
||||
joomer-ftxui-bsz-browser [path]
|
||||
[path] - path to start browsing
|
||||
- use arrow keys or mouse to navigate 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/
|
||||
└── FTXUI/
|
||||
└── joomer-ftxui-file-browser/
|
||||
└── joomer-ftxui-bsz-browser/
|
||||
└── vcpkg/
|
||||
```
|
||||
|
||||
@ -32,10 +32,10 @@ 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
|
||||
git clone https://git.indoodle.com/jason/joomer-ftxui-bsz-browser.git
|
||||
cd joomer-ftxui-bsz-browser
|
||||
make all
|
||||
bin/Linux/release/joomer-ftxui-file-browser
|
||||
bin/Linux/release/joomer-ftxui-bsz-browser
|
||||
```
|
||||
|
||||
## Windows (win10 enterprise)
|
||||
@ -54,10 +54,10 @@ cd FTXUI\build
|
||||
cmake ..
|
||||
cmake --build . --config Release
|
||||
cd ..\..
|
||||
git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git
|
||||
cd joomer-ftxui-file-browser
|
||||
msbuild joomer-ftxui-file-browser.vcxproj
|
||||
bin\Release\joomer-ftxui-file-browser.exe
|
||||
git clone https://git.indoodle.com/jason/joomer-ftxui-bsz-browser.git
|
||||
cd joomer-ftxui-bsz-browser
|
||||
msbuild joomer-ftxui-bsz-browser.vcxproj
|
||||
bin\Release\joomer-ftxui-bsz-browser.exe
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user