Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.53 KB

lspro

Codacy Badge Build on Ubuntu Linux Build on macOS (Clang) Build on Windows (MSVC)

Pro version ls. Written in C++ 17.

Build

mkdir build
cd build
cmake .. 
cmake --build .

Install

Command-line options

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