with-op script

https://img.shields.io/pypi/v/with_op.svg https://img.shields.io/travis/apiology/with_op.svg Documentation Status Updates

Script to stash 1Password command-line tool credentials into local keychain

Setup

  1. Install 1Password command-line tool - brew cask install 1password-cli, for instance.
  2. Install jq dependency - brew install jq, for instance.
  3. Install with-op - pip3 install with_op
  4. Invoke: with-op op get item “My login to some site”

Features

  • 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.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.