creds icon indicating copy to clipboard operation
creds copied to clipboard

[DEPRECATED] Simple local encrypted credential management with GPG 🔐

Results 3 creds issues
Sort by recently updated
recently updated
newest added

I've started to migrate more of my creds usage to [pass](https://passwordstore.org). I mainly meant for creds to support the "set environment variable use case". `pass` can be used for this...

A problem with setting sensitive env vars is remembering to unset them when not needed. Tools like `envchain` handle this by only setting env vars for the life of the...

I've never really been happy with the current architecture where `creds set` will prefix each line with `export` commands. I think this reduces the use cases that creds is suitable...