pass: update formatting
This commit is contained in:
parent
a45a8da8a0
commit
1baa5c5618
44
pass.md
44
pass.md
|
@ -9,37 +9,51 @@ Reference
|
||||||
|
|
||||||
### Create
|
### Create
|
||||||
|
|
||||||
$ pass init [-p] <gpg-id>
|
``` bash
|
||||||
$ pass git init
|
$ pass init [-p] <gpg-id>
|
||||||
$ pass git remote add origin <your.git:repository>
|
$ pass git init
|
||||||
$ pass git push -u --all
|
$ pass git remote add origin <your.git:repository>
|
||||||
|
$ pass git push -u --all
|
||||||
|
```
|
||||||
|
|
||||||
### Store
|
### Store
|
||||||
|
|
||||||
$ pass insert [-m] twitter.com/rsc
|
``` bash
|
||||||
$ pass generate [-n] twitter.com/rsc length
|
$ pass insert [-m] twitter.com/rsc
|
||||||
|
$ pass generate [-n] twitter.com/rsc length
|
||||||
|
```
|
||||||
|
|
||||||
### Retreive
|
### Retreive
|
||||||
|
|
||||||
$ pass ls twitter.com/
|
``` bash
|
||||||
$ pass show twitter.com/rsc
|
$ pass ls twitter.com/
|
||||||
|
$ pass show twitter.com/rsc
|
||||||
|
```
|
||||||
|
|
||||||
### Search
|
### Search
|
||||||
|
|
||||||
$ pass find twitter.com
|
``` bash
|
||||||
|
$ pass find twitter.com
|
||||||
|
```
|
||||||
|
|
||||||
### Management
|
### Management
|
||||||
|
|
||||||
$ pass mv twitter.com twitter.com/rsc
|
``` bash
|
||||||
$ pass rm [-rf] twitter.com
|
$ pass mv twitter.com twitter.com/rsc
|
||||||
$ pass cp twitter.com/rsc twitter.com/ricosc
|
$ pass rm [-rf] twitter.com
|
||||||
|
$ pass cp twitter.com/rsc twitter.com/ricosc
|
||||||
|
```
|
||||||
|
|
||||||
$ pass edit twitter.com/rsc
|
``` bash
|
||||||
|
$ pass edit twitter.com/rsc
|
||||||
|
```
|
||||||
|
|
||||||
### Synchronize
|
### Synchronize
|
||||||
|
|
||||||
$ pass git push
|
```
|
||||||
$ pass git pull
|
$ pass git push
|
||||||
|
$ pass git pull
|
||||||
|
```
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue