Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 280 Bytes

Requirements

  • bash
  • fish
  • pass
  • gpg
  • yq-go
  • yajsv (optional, for schema validation)

Editing the keyholders file

./pass.sh edit keyholders.yaml

Teaching git to diff encrypted files:

git config --global diff.gpg.textconv "gpg --no-tty --decrypt"