Show aging of directories.
Show how much of your directories have been lying around unused:
console
$ stor-age 90 ~/media
/home/umcdev/media: 63.1 GiB
unaccessed for 90 days: 90% (56.6 GiB)
unmodified for 90 days: 99% (62.2 GiB)
See --help
for more information on command-line usage.
Install the stor-age AUR package:
bash
pacaur -S stor-age
bash
cargo install stor-age
bash
git clone https://github.com/idiv-biodiversity/stor-age.git
cd stor-age
cargo build --release
install -Dm755 target/release/stor-age ~/bin/stor-age