stor-age

Build Status

Show aging of directories.

Table of Contents

Usage

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.

Installation

Arch Linux

Install the stor-age AUR package:

bash pacaur -S stor-age

cargo install

bash cargo install stor-age

from source

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