Update README.
This commit is contained in:
parent
706bee9e36
commit
1e53479189
13
README.md
13
README.md
@ -41,6 +41,19 @@ The search provider should show up and be enabled in GNOME search preferences an
|
|||||||
|
|
||||||
The [pass-otp](https://github.com/tadfisher/pass-otp) extension is supported. Searches starting with `otp` will copy the otp token to the clipboard.
|
The [pass-otp](https://github.com/tadfisher/pass-otp) extension is supported. Searches starting with `otp` will copy the otp token to the clipboard.
|
||||||
|
|
||||||
|
# Fields
|
||||||
|
|
||||||
|
To copy other values than the password in the first line from a pass file, start the search with `:NAME search...`. This requieres `GPaste`.
|
||||||
|
|
||||||
|
For example with a pass file like:
|
||||||
|
```
|
||||||
|
SUPERSECRETPASSWORD
|
||||||
|
user: username
|
||||||
|
pin: 123456
|
||||||
|
```
|
||||||
|
|
||||||
|
To copy the pin start the search with `:pin` and for the username `:user`.
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
|
|
||||||
If you are configuring pass through environment variables, such as `PASSWORD_STORE_DIR`, make sure to set them in a way that will propagate to the search provider executable, not just in your shell.
|
If you are configuring pass through environment variables, such as `PASSWORD_STORE_DIR`, make sure to set them in a way that will propagate to the search provider executable, not just in your shell.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user