Lars Wirzenius on Nostr: sopass init --key my.key sopass value list sopass value add foo bar sopass value show ...
sopass init --key my.key
sopass value list
sopass value add foo bar
sopass value show foo
sopass value remove foo
I hinted at this a couple of days ago. I wrote a quick hack of a command line password manager for myself, to replace pass. In Rust, as that's my preference. I call it sopass.
I'm not sure many others will care, but I thought I'd mention this here.
https://crates.io/crates/sopass
sopass value list
sopass value add foo bar
sopass value show foo
sopass value remove foo
I hinted at this a couple of days ago. I wrote a quick hack of a command line password manager for myself, to replace pass. In Rust, as that's my preference. I call it sopass.
I'm not sure many others will care, but I thought I'd mention this here.
https://crates.io/crates/sopass