Update pass.md
This commit is contained in:
parent
cb4403589b
commit
a45a8da8a0
26
pass.md
26
pass.md
|
@ -6,12 +6,23 @@ category: CLI
|
||||||
|
|
||||||
Reference
|
Reference
|
||||||
---------
|
---------
|
||||||
{: .-three-column}
|
|
||||||
|
|
||||||
### Store and retrieve
|
### Create
|
||||||
|
|
||||||
$ pass insert twitter.com/rsc
|
$ pass init [-p] <gpg-id>
|
||||||
$ pass twitter.com/rsc
|
$ pass git init
|
||||||
|
$ pass git remote add origin <your.git:repository>
|
||||||
|
$ pass git push -u --all
|
||||||
|
|
||||||
|
### Store
|
||||||
|
|
||||||
|
$ pass insert [-m] twitter.com/rsc
|
||||||
|
$ pass generate [-n] twitter.com/rsc length
|
||||||
|
|
||||||
|
### Retreive
|
||||||
|
|
||||||
|
$ pass ls twitter.com/
|
||||||
|
$ pass show twitter.com/rsc
|
||||||
|
|
||||||
### Search
|
### Search
|
||||||
|
|
||||||
|
@ -25,8 +36,11 @@ Reference
|
||||||
|
|
||||||
$ pass edit twitter.com/rsc
|
$ pass edit twitter.com/rsc
|
||||||
|
|
||||||
|
### Synchronize
|
||||||
|
|
||||||
|
$ pass git push
|
||||||
|
$ pass git pull
|
||||||
|
|
||||||
## References
|
## References
|
||||||
{: .-one-column}
|
|
||||||
|
|
||||||
* <http://passwordstore.org>
|
* <http://passwordstore.org>
|
||||||
{: .-also-see}
|
|
||||||
|
|
Loading…
Reference in New Issue