ChungZH / lspro

Pro version ls. Written in C++ 17.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pro version ls. Written in C++ 17.

License:MIT License


Languages

Language:C++ 96.0%Language:CMake 4.0%