-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI with QtPass and documentation #15
Comments
Yes, I do plan to implement a full GUI for I haven't done this yet due to limited time, but would love to work on this. Same goes for integration with web-browsers.
Thanks for the suggestion! I am aware QtPass exists but didn't know it could use use pass (or prs) as interface. I don't think I'll make the CLI compatible with
The most important things are listed here, with some of them being:
I used Both
Interesting! It should be in there, if listed in
I agree. Adding documentation is definitely something to work on. Especially documenting the differences between pass and other implementations. Don't worry about messing up your store though. All commands should keep your store intact. If you want to be extra careful, you may (automatically) version your store with git by running: I hope this answers your questions! Please let me know if you've more questions. |
Your recipients not being listed is possibly related to #16, if a keygrip is used rather than a key fingerprint. |
Requested QtPass support here: IJHack/QtPass#603 Waiting for a response/discussion on there. Closing this now. |
I just share some direction I find interesting for your nice project if you need some ideas to continue working on it :), feel free to ignore if you don't have time !
I don't know if you plan to work on a GUI for
prs
but that would be a great thing to have ! I love the idea of having a fully featured implementation that is compatible with all OSs, windows in particular but users are often using GUI on such distro.A nice possibility that requires less work than coding a whole GUI for you is to make
prs
fully compatible with QtPass, already compatible on all OSs. QtPass allows the user to provide his ownpass
implementation in its settings but this requires commands compatibility. It works already a bit when you useprs
binaries: I can read passwords' content with QtPass. However I can't generate them, I can't get the totp and I don't think I can get the recipients. But I think it could be simple to handle by adding legacy CLI toprs
. For example, ifprs totp [FILE]
would just return the OTP if no other subcommand would be provided then it should be possible to support OTP in QtPass without any other change.That's say it could break some CLI you already made (like
prs generate
maybe ?)Another issue I have is that I don't fully get what could be diferent from the original
pass
. I see new commands likehousekeeping
andalias
but I don't fully get the implication of using them. It seems also thatprs recipients list
does not detect the gpg ID I used withpass
. More documentation onpass
interaction would be great to be sure to not mess up the "imported" password store !The text was updated successfully, but these errors were encountered: