1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Files
cheatsheets/pass.md
2018-12-25 17:38:58 +01:00

763 B

title, layout, category
title layout category
Pass 2017/sheet CLI

Reference

Create

$ 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

Retrieve

$ pass ls twitter.com/
$ pass show twitter.com/rsc
$ pass -c twitter.com/rsc
$ pass find twitter.com

Management

$ pass mv twitter.com twitter.com/rsc
$ pass rm [-rf] twitter.com
$ pass cp twitter.com/rsc twitter.com/ricosc
$ pass edit twitter.com/rsc

Synchronize

$ pass git push
$ pass git pull

References