Skip to content

dimsumlabs/pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DimSumLabs Password Store

Get pass. You will want to get a fairly recent version, so you can make use of sub directories.

Getting Started

If you are a new user of pass, initialize your store with pass init

Then clone this password store into your local store:

git clone https://github.com/dimsumlabs/pass.git ~/.password-store/dsl

Check available passwords

pass ls dsl

Show a paswword

pass show dsl/<the rest of the password path>

For example, to get the doorlock password, do

pass show dsl/door.lan

If you are adding a new entry, please make sure to sign the commit before pushing the changes.

List encryption key owners

xargs --arg-file ~/.password-store/dsl/.gpg-id gpg --list-keys

Reencrypt passwords to new keys

Edit ~/.password-store/dsl/.gpg-id to add or remove keys.

Run

pass init -p dsl `tr '\n' ' ' < ~/.password-store/dsl/.gpg-id`

Releases

No releases published

Packages

No packages published