Expand description
Secret storage via the OS keychain.
API keys (today only LLM providers) live in libsecret / kwallet on
Linux, the macOS Keychain on macOS, and the Credential Manager on
Windows — never on disk in config.toml.
Entries are keyed by (service = "hyprcorrect", account = name).
name is something descriptive like "llm.anthropic".
Enums§
- Secret
Error - An error talking to the OS keychain.