Skip to content

Commit 4636b61

Browse files
author
Konrad Lother
committed
updated README.md and usage text
1 parent 6f01e59 commit 4636b61

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage: pass file action pass-name [path]
77
Actions:
88
store|add|attach: add new file to password store
99
retrieve|show|cat: retrieve file from password store and print it to stdout
10+
edit|vi: edit a file (warning: unencrypted file will be opened with $EDITOR)
1011
```
1112

1213
## Examples
@@ -20,5 +21,9 @@ Alternativley you can also use shortcuts for `attach` and `retrieve`:
2021
pass file add article my_super_secret_revelations.txt
2122
pass file cat article
2223
```
24+
Use `edit` to edit a file:
25+
```
26+
pass file edit article
27+
```
2328
## Installation
2429
See [here](https://www.passwordstore.org/#extensions) for details. There is also information on how to install extensions in the `pass` man page.

file.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ print_usage() {
55
echo "Actions:"
66
echo " store|add|attach: add new file to password store"
77
echo " retrieve|show|cat: retrieve file from password store and print it to stdout"
8+
echo " edit|vi: edit a file (warning: unencrypted file will be opened with \$EDITOR)"
89
exit 0
910
}
1011

0 commit comments

Comments
 (0)