stor-age 0.2.1

show aging of directories
stor-age-0.2.1 is not a library.
Visit the last successful build: stor-age-0.6.5

stor-age

Build Status

Show aging of directories.

Table of Contents

Usage

Show how much of your directories have been lying around unused:

$ 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)

Iterate over set of directories with find-like tools.

find /data/ -mindepth 1 -maxdepth 1 -type d | stor-age 60
fd  --max-depth 1 --type d . /data | stor-age 60

See --help for more information on command-line usage.

Installation

Arch Linux

Install the stor-age AUR package:

pacaur -S stor-age

cargo install

cargo install stor-age

from source

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