Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pass.md #435

Merged
merged 1 commit into from
Mar 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions pass.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@ category: CLI

Reference
---------
{: .-three-column}

### Store and retrieve
### Create

$ pass insert twitter.com/rsc
$ pass twitter.com/rsc
$ pass init [-p] <gpg-id>
$ 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

Expand All @@ -25,8 +36,11 @@ Reference

$ pass edit twitter.com/rsc

### Synchronize

$ pass git push
$ pass git pull

## References
{: .-one-column}

* <http://passwordstore.org>
{: .-also-see}