Add videos to readme

This commit is contained in:
Bernd Schoolmann 2023-08-04 01:03:31 +02:00 committed by GitHub
parent c92ff26afd
commit e64ad845a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,7 @@ goldwarden autofill --layout <keyboard-layout>
(Create a hotkey for this depending on your desktop environment) (Create a hotkey for this depending on your desktop environment)
#### SSH Agent #### SSH Agent
[goldwarden_ssh.webm](https://github.com/quexten/goldwarden/assets/11866552/9058f734-60e0-4dd3-b9f8-1d77f7cf4c65)
The SSH agent listens on a socket on `~/.goldwarden-ssh-agent.sock`. This can be used f.e by doing: The SSH agent listens on a socket on `~/.goldwarden-ssh-agent.sock`. This can be used f.e by doing:
@ -98,6 +99,7 @@ public-key: <contents of id_ed25519.pub>
Then add the private key to bitwarden. The public key can be added to your github account f.e. Then add the private key to bitwarden. The public key can be added to your github account f.e.
##### Git Signing ##### Git Signing
[goldwarden_git.webm](https://github.com/quexten/goldwarden/assets/11866552/f47dcd93-789d-4fcc-954b-d43d9033e213)
To use the SSH agent for git signing, you need to add the following to your git config: To use the SSH agent for git signing, you need to add the following to your git config:
``` ```
@ -112,6 +114,7 @@ To use the SSH agent for git signing, you need to add the following to your git
``` ```
### Environment Variables ### Environment Variables
[goldwarden_run_restic.webm](https://github.com/quexten/goldwarden/assets/11866552/9a342df5-feec-4174-a0e9-6a399c2feb65)
Goldwarden can inject environment variables into the environment of a cli command. Goldwarden can inject environment variables into the environment of a cli command.
@ -148,6 +151,7 @@ restic backup
``` ```
### Autofill ### Autofill
[goldwarden_autofill.webm](https://github.com/quexten/goldwarden/assets/11866552/6ac7cdc2-0cd7-42fd-9fd0-cfff26e2ceee)
The autofill feature is a bit experimental. It autotypes the password via uinput. This needs a keyboardlayout to map the letters to 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. keycodes. Currently supported are qwerty and dvorak.