Crates.io | dinf |
lib.rs | dinf |
version | 0.1.4 |
created_at | 2021-06-20 16:55:19.391397+00 |
updated_at | 2025-05-24 21:47:17.578184+00 |
description | Simple command line to get directory information |
homepage | https://github.com/jeremychone/rust-dinf |
repository | https://github.com/jeremychone/rust-dinf |
max_upload_size | |
id | 412515 |
size | 38,737 |
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).
# 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