Skip to content

martiis/bitbucket-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket-cli

Command line tool for interacting with your bitbucket

Maintainability Test Coverage Build Status

why

I'd like to keep my fingers on keyboard as much as possible, not reaching the trackpad or mouse to navigate through ui.

setup

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.

basic way

# git clone https://github.com/martiis/bitbucket-cli.git
# cd bitbucket-cli
# composer install
# vendor/bin/bitbucket

composer way

# composer create-project martiis/bitbucket-cli:dev-master
# vendor/bin/bitbucket

Thats all.

Releases

No releases published

Packages

No packages published

Languages