6 releases
Uses new Rust 2024
| 0.1.8 | Feb 7, 2026 |
|---|---|
| 0.1.7 | Feb 5, 2026 |
#188 in Caching
5KB
90 lines
kep
Cache any command output.
Usage
kep curl google.com # cached for 1h (default)
kep 7d curl google.com # cached for 7 days
kep 30m echo hello # cached for 30 minutes
Duration suffixes: s (seconds), m (minutes), h (hours), d (days)
Install
cargo install kep
Dependencies
~0–1.8MB
~32K SLoC