bkt

Cache the output of long-running shell commands efficiently

brewmacoslinux
Try with needOr install directly
Source

About

CLI utility for caching the output of subprocesses

Commands

bkt

Examples

Cache command output for 1 hour$ bkt --ttl 1h -- curl https://api.example.com/data
Cache expensive build command with 30-minute expiry$ bkt --ttl 30m -- cargo build --release
Cache command output without expiration until manually cleared$ bkt --forever -- npm install