You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pass extension for adding arbitary files to the password store. https://www.passwordstore.org/
1
+
# pass file
2
+
`pass file` is a extension for adding arbitary files to the [pass](https://www.passwordstore.org/) password store. Files will be encoded using `base64` before encryption.
3
+
4
+
## Usage
5
+
```
6
+
Usage: pass file attach|retrieve pass-name [path]
7
+
attach|add: add new file to password store
8
+
retrieve|show|cat: retrieve file from password store and print it to stdout
0 commit comments