We now have 42 Shell Plugins available in 1Password, enabling developer’s quick access to CLIs with more than half created by the developer community.
Check out the 4 Shell Plugins we’re most excited about @cloudflare, @synk, Pulumi, and Laravel. https://blog.1password.com/shell-plugins-summer-2023/
@1password I actually went with slightly different configuration for loading the plugins:
if [ -f $HOME/.config/op/plugins.sh ]; then
source $HOME/.config/op/plugins.sh
elif type op &> /dev/null; then
op plugin init gh
fi
Though it'd be cool if I could just have a static file that lists the plugins I wish to initialise, and then I could link that file and just do `op plugins init` to initialise them all.
@1password @cloudflare @synk where should one start with 1Password shell plugins ?