Script to stash 1Password CLI 2.x credentials into local keychain
- Free software: MIT license
- Documentation: https://with-op.readthedocs.io.
- Install 1Password command-line tool - brew install --cask 1password-cli, for instance.
- Install jq dependency - brew install jq, for instance.
- Install with-op - pip3 install with_op
- Invoke: with-op op get item "My login to some site"
- Installs session keys into your OS keychain instead of in a single shell's environment.
- Once one user window authenticates with op, all that are authorized to see the keychain are authorized to use op.
- with-op will re-prompt for your password when your session expires.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.