The idea of a "pass" compatibility layer for "sopass" has been suggested. I'm thinking that the following would cover most common uses:
* "pass" and "pass list"
* "pass NAME" and "pass show NAME"
* "pass insert" and "pass insert -m"
Do you use the pass (password-store) command line password manager? Do you have a common invocation that isn't one of the above? What is it?
Lars Wirzenius
in reply to Lars Wirzenius • • •"sopass" is my command line password manager, similar to "pass", but different. Biggest difference is that it's written around the stateloss OpenPGP specification, but also the way it stores secrets and the command line interface are different.
I don't need a compatibility layer but I've been told it'd help other people.
Simon Josefsson
in reply to Lars Wirzenius • • •Lars Wirzenius
in reply to Simon Josefsson • • •zhenech
in reply to Lars Wirzenius • • •GitHub - tadfisher/pass-otp: A pass extension for managing one-time-password (OTP) tokens
GitHubNicolas Dandrimont
in reply to Lars Wirzenius • • •Jonathan Corbet
in reply to Lars Wirzenius • • •"pass edit" fairly frequently. "pass generate". Plus I have the extension for "pass otp".
I could adapt to a different interface, though, if there were a reason to do so — why would I want to switch away from pass?
Lars Wirzenius
in reply to Jonathan Corbet • • •@corbet I don't know why others would switch away from pass, but for me the reasons are, roughly in order:
* I would like not be locked into using GnuPG, or any other OpenPGP implementation
* I am wary of a long, complicated Bash script, even if it has worked fine for years
* I don't want to try to debug or improve such a script (BTDT)
* I don't like that names for secrets are in cleartext with pass
I think pass is an amazing tool, but I would prefer not be amazed by my fundamental tools.
anarcat
in reply to Lars Wirzenius • • •Lars Wirzenius
in reply to anarcat • • •sopass - command line password manager using SOP
sopass.liw.fiNils Goroll 🕊️:varnishcache:
in reply to Lars Wirzenius • • •Elena ``of Valhalla''
in reply to Lars Wirzenius • •like this
Your friendly 'net denizen e Lars Wirzenius like this.
choffee
in reply to Lars Wirzenius • • •choffee
in reply to Lars Wirzenius • • •Lars Wirzenius
in reply to Lars Wirzenius • • •A little while ago I asked here how people most commonly invoke pass, the command line password manager. I want to consider adding a compatibility layer to my own command line password manager, but I don't want to re-implement the full pass interface. I'm too lazy to do that in my free time.
A summary of the responses: the most common sub-commands mentioned:
* edit
* -c, show -c
* otp (an extension)
* generate
* rm
* mv
* git
Most of those would be easy to implement. I'll ponder.
SWAT
in reply to Lars Wirzenius • • •In general I find that pass is amazing and works really well, even without a compatibility layer