Update Readme.md

This commit is contained in:
Bernd Schoolmann 2023-08-03 01:57:17 +02:00 committed by GitHub
parent 07eaf8e031
commit d061c71347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -184,8 +184,12 @@ restic backup
```
### Autofill
The autofill feature is a bit experimental. It copies the credentials to the clipboard, then creates paste events
using uinput.
The autofill feature is a bit experimental. It autotypes the password via uinput. This needs a keyboardlayout to map the letters to
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
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
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
- 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
promise that I will implement it, but I'm open to suggestions.