I’ve recently setup my Mac to dual boot Fedora/macOS, and now need to migrate Keychain data to a solution that allows access to the data on a shared localhost data partition. HashiCorp’s Vault looked promising, but you can’t get a list of stored keys without hacking on their API. Anyone know of a solution that isn’t cloud-based, and has a Linux and macOS CLI with key search functionality?
For my personal use I wrote a small credentials manager in Python. I use it daily for my non-critical secrets and am quite content with it:<p><a href="https://github.com/nieksand/pman" rel="nofollow">https://github.com/nieksand/pman</a><p>You'll need Python 3.6 or later. (It uses f-strings and some type annotations).