GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

bugwarrior-vault and password management issues #1045

Open adriangalilea opened 2 months ago

adriangalilea commented 2 months ago

Trying to install bugwarrior[keyring] fails

pip install bugwarrior[keyring]
zsh: no matches found: bugwarrior[keyring]

I had no luck running bugwarrior-vault as I was not able to find proper documentation nor guess how to make it work by trial and error, either way, if I interpret the docs correctly I do need the bugwarrior[keyring] which I'm unable to install either way.

ryneeverett commented 2 months ago

Did you try quotes? (pip install "bugwarrior[keyring]") I'm pretty sure this just has to do with zsh's way of parsing the square brackets.

adriangalilea commented 2 months ago

Omg, that did it! Thank you!

github.token = @oracle:eval:op read op://...{vault id}.../API-github/credential

For 1password cli after installing that :)