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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
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.
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. This extension is inspired by [gopass](https://github.com/justwatchcom/gopass)' `binary` function to which it is also compatible. Files stored with `gopass binary` can be retrieved with `pass file` and vice versa.
3
3
4
4
## Usage
5
5
```
6
-
Usage: pass file attach|retrieve pass-name [path]
7
-
attach|add: add new file to password store
6
+
Usage: pass file action pass-name [path]
7
+
Actions:
8
+
store|add|attach: add new file to password store
8
9
retrieve|show|cat: retrieve file from password store and print it to stdout
0 commit comments