Cache the output of long-running shell commands efficiently
CLI utility for caching the output of subprocesses
bkt
$ bkt --ttl 1h -- curl https://api.example.com/data
$ bkt --ttl 30m -- cargo build --release
$ bkt --forever -- npm install