Skip to content

jjjhill/joshls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lists directory entries, their respective sizes, and when they were last modified.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published