https://github.com/chungzh/lspro
Pro version ls. Written in C++ 17.
https://github.com/chungzh/lspro
cpp cpp17 cross-platform get-childitem ls
Last synced: 9 months ago
JSON representation
Pro version ls. Written in C++ 17.
- Host: GitHub
- URL: https://github.com/chungzh/lspro
- Owner: ChungZH
- License: mit
- Created: 2021-07-16T14:47:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T03:38:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T12:16:05.452Z (over 1 year ago)
- Topics: cpp, cpp17, cross-platform, get-childitem, ls
- Language: C++
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lspro

[](https://app.codacy.com/gh/ChungZH/lspro?utm_source=github.com&utm_medium=referral&utm_content=ChungZH/lspro&utm_campaign=Badge_Grade_Settings)
[](https://github.com/ChungZH/lspro/actions/workflows/build-ubuntu-linux.yml) [](https://github.com/ChungZH/lspro/actions/workflows/build-macos.yml) [](https://github.com/ChungZH/lspro/actions/workflows/build-windows.yml)
> Pro version ls. Written in C++ 17.
## Build
```bash
mkdir build
cd build
cmake ..
cmake --build .
```
## Install
## Command-line options
```bash
lspro, pro version ls.
Usage: lspro [OPTIONS] [path]
Positionals:
path TEXT Specify the path to a location. By default, it is the current directory (.).
Options:
-h,--help Print this help message and exit
-p,--path TEXT Specify the path to a location. By default, it is the current directory (.).
-r,--recurse Print directories recursively.
-t,--tree Print directories as a tree.
--name Print names only.
```
## LICENSE
MIT.
------
by ChungZH