1.0.3 • Published 3 years ago

joshls-cli v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

joshls

Scans the contents of a directory recursively and outputs its statistics, including Total Files, Total Size, and its children. Because of this, analyzing high level directories like ~/ may take some time.

Install

npm i -g joshls-cli

Usage

To use web-based UI:

  • $ joshls -u to analyze current directory
  • $ joshls -u /path/to/directory to analyze any relative or absolute directory.

To use basic CLI output:

  • $ joshls
  • $ joshls /path/to/directory