Bitbucket Issues - CLI
bbi provides an executable called bbi, that can be used to access Bitbuckets issues from CLI.
Installation
Install to $HOME dir, instead of system.
pip install --user -e -e hg+https://bitbucket.org/jsmits/bitbucket-issues-cli#egg=bbi
Add local BIN to $PATH in .zshrc / .bashrc:
# Local BIN directory
[[ -d "$HOME/.local/bin" ]] && PATH=$PATH:$HOME/.local/bin