Command line tool for interacting with your bitbucket
I'd like to keep my fingers on keyboard as much as possible, not reaching the trackpad or mouse to navigate through ui.
First create in your bitbucket account oauth2 tokens. Set Callback Url to http://bitbucket.cli
and select permissions accordingly to your needs.
During instalation you will be asked for oauth2 key and token in the steps below.
# git clone https://github.com/martiis/bitbucket-cli.git
# cd bitbucket-cli
# composer install
# vendor/bin/bitbucket
# composer create-project martiis/bitbucket-cli:dev-master
# vendor/bin/bitbucket
Thats all.