Skip to content

ChungZH/lspro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published