dinf

Crates.iodinf
lib.rsdinf
version0.1.4
created_at2021-06-20 16:55:19.391397+00
updated_at2025-05-24 21:47:17.578184+00
descriptionSimple command line to get directory information
homepagehttps://github.com/jeremychone/rust-dinf
repositoryhttps://github.com/jeremychone/rust-dinf
max_upload_size
id412515
size38,737
Jeremy Chone (jeremychone)

documentation

README

dinf - Director Info CLI

A very simple, minimalist directory information CLI.

The main goal is to get the number of files, total size, and a high-level overview (biggest files and size per extension).

Usage

# simple info (will scan from current dir and list the top 5 biggest files)
dinf

# set number of biggest files
dinf -n 12

# display summary only (number of files and total size)
dinf -s

# will run dinf on two folders and display results back to back
dinf some/path another/path

# -s/--summary to just get the summary of those two directories
dinf -s some/path another/path

# -c/--children to get the direct children (can give path to to get their children)
dinf -c -s
Commit count: 31

cargo fmt