A lightweight command-line key-value store
KV is a lightweight, feature-rich key-value store that lives right in your terminal.
Store and retrieve data quickly with support for encryption, TTL, version control, and more.
Features:
- Local SQLite storage (no servers required)
- AES-256-GCM encryption for sensitive data
- Automatic expiration with TTL
- Complete version history with revert capability
- JSON/YAML output formats
- Shell completions for bash, zsh, and fish