Replies: 9 comments 6 replies
-
Awesome idea! The current "autotype" feature works somewhat like 1Password's quick access menu, albeit not as feature complete. You can enter the name of a credential (i.e "GitHub") and hit enter for autotype, "u" for copying the username and "p" for copying the password. But this can definitely be extended. |
Beta Was this translation helpful? Give feedback.
-
The RPM does not have UI support currently, you need to additionally install the Flatpak. You can use the cli tool from the RPM in conjunction with the flatpak, since neither version supports all features currently.
Yes! Run:
Yes and no. If you just need autotype and/or ssh key support it is enough, but not all features are supported yet. You don't need to uninstall the rpm, but if you want to, it should be
Thanks for the kind words! Sadly, I'm not sure if I'm able to accept donations for this project currently. |
Beta Was this translation helpful? Give feedback.
-
If you need both the cli features and the flatpak, just install the flatpak, and configure your environment variables as shown in: https://github.com/quexten/goldwarden/wiki/Flatpak-Configuration and for ssh keys the flatpak section of: https://github.com/quexten/goldwarden/wiki/SSH-Login-&-Git-Commit-Signing |
Beta Was this translation helpful? Give feedback.
-
I think for your use-case, the auto-type menu is actually enough, since it supports copying username and passwords. Though discoverability of this feature could be improved, maybe by just renaming it to "quick access" and then labeling all the actions (auto-type, copy username, copy password, [yet unimplemented copy totp]) |
Beta Was this translation helpful? Give feedback.
-
Yep you're right! I just didn't know the copy features existed as I saw no indication of it in the CLI.
So I think I got all of it working: I have the autofill working too but the flatpak can't seem to tell that. Is that a bug?
Oh yeah, I should have specified. I was talking about how to revert the changes done by
Looks like it's working! Thanks!
No worries, just super thankful for your work! |
Beta Was this translation helpful? Give feedback.
-
It's hard-coded right now. It can't detect settings outside of the flatpak due to sandboxing. Ideally this will be changed when #39 is done. |
Beta Was this translation helpful? Give feedback.
-
For polkit, leave it as is. The flatpak benefits from that step. For systemd, it's |
Beta Was this translation helpful? Give feedback.
-
Converted to a discussion, If you have a specific feature from the 1password quick access menu, please make a separate feature request, since this was more of a Q&A :) |
Beta Was this translation helpful? Give feedback.
-
I guess it would be configurable shortcuts for copying the username, password and totp (which ig isn't present yet) just because I'm used to the 1Password shortcuts, but then again, I can see myself getting used to this too. Btw, is there any way for me to get rid of the pin? I want the lock and unlock to be only polkit-based and not require an additional pin. |
Beta Was this translation helpful? Give feedback.
-
Hi! Something I really like about the 1Password desktop app that I miss a lot in Bitwarden is the ability to just click "Ctrl+Shift+Space" and search for the account I want and then click "Ctrl+Shift+C" to get its password. It's great when the regular autofill misbehaves or something like that or if you want enter any credentials in a terminal.
Btw, few unrelated questions:
Beta Was this translation helpful? Give feedback.
All reactions