Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.26 KB

readme.md

File metadata and controls

28 lines (23 loc) · 1.26 KB

Folder stats

A simple Tui that shows folder stats as two bar charts, one for aggregate folder file size and one for aggregate file counts.

  • Toggle .ignore/.gitignore support. Enabled by default.
  • Filter folders by file name.
  • Filter folders by file name extension.
  • Set the folder depth to view (keys 1-8 in Tui).
  • Sort folders by file size or file count (keys "s" for size and "c" for count in Tui).
  • Key "q" to quit Tui.

Arguments

Command line arguments

Usage: folder-stats-tui [OPTIONS]

Options:
  -p, --path <PATH>                   Folder to scan. [default: .]
  -d, --depth <DEPTH>                 Folder depth to see in Tui [default: 1]
  -f, --filter <FILENAME_FILTER>      Filter files that contain text
  -e, --extension <EXTENSION_FILTER>  Filter by file extension. Ex: -e rs
  -i, --no-ignores                    Disable .ignore, .gitignore filtering
      --show-hidden                   Disable hidden file filtering
  -h, --help                          Print help
image image