Update Readme.md
This commit is contained in:
parent
07eaf8e031
commit
d061c71347
14
Readme.md
14
Readme.md
|
@ -184,8 +184,12 @@ restic backup
|
||||||
```
|
```
|
||||||
|
|
||||||
### Autofill
|
### Autofill
|
||||||
The autofill feature is a bit experimental. It copies the credentials to the clipboard, then creates paste events
|
The autofill feature is a bit experimental. It autotypes the password via uinput. This needs a keyboardlayout to map the letters to
|
||||||
using uinput.
|
keycodes. Currently supported are qwerty and dvorak.
|
||||||
|
`/goldwarden autofill --layout qwerty`
|
||||||
|
`/goldwarden autofill --layout dvorak`
|
||||||
|
|
||||||
|
You can bind this to a hotkey in your desktop environment (i.e i3/sway config file, Gnome custom shortcuts, etc).
|
||||||
|
|
||||||
### Login with device
|
### Login with device
|
||||||
Approving other devices works out of the box and is enabled by default. If the agent is unlocked, you will be prompted
|
Approving other devices works out of the box and is enabled by default. If the agent is unlocked, you will be prompted
|
||||||
|
@ -193,11 +197,9 @@ to approve the device.
|
||||||
|
|
||||||
### Future Plans
|
### Future Plans
|
||||||
Some things that I consider adding (depending on time and personal need):
|
Some things that I consider adding (depending on time and personal need):
|
||||||
|
|
||||||
- Support browser biometrics (similar to my bw-bio-handler tool)
|
|
||||||
- Paswordless sign in
|
- Paswordless sign in
|
||||||
- Regular cli managment (add, delete, update, of logins / secure notes)
|
- Regular cli managment (add, delete, update, of logins / secure notes)
|
||||||
- Scripts to properly set up the policies
|
- Scripts to properly set up the policies/systemd/etc.
|
||||||
|
|
||||||
If you have other interesting ideas, feel free to open an issue. I can't
|
If you have other interesting ideas, feel free to open an issue. I can't
|
||||||
promise that I will implement it, but I'm open to suggestions.
|
promise that I will implement it, but I'm open to suggestions.
|
||||||
|
@ -208,4 +210,4 @@ Some things that are unsupported and not likely to develop myself:
|
||||||
- Windows support (probably a lot of work, unix sockets don't really exist, and pinentry / polkit would have to be implemented otherwise. There might be go libraries for that, but I don't know)
|
- Windows support (probably a lot of work, unix sockets don't really exist, and pinentry / polkit would have to be implemented otherwise. There might be go libraries for that, but I don't know)
|
||||||
- Send support
|
- Send support
|
||||||
- Attachments
|
- Attachments
|
||||||
- Credit cards / Identities
|
- Credit cards / Identities
|
||||||
|
|
Loading…
Reference in New Issue