npm install --global alfred-bitbucket
When installing alfred-bitbucket
, an alfred-bitbucket/info.plist
file is created inside your global node_modules
directory. This file will be used to save your Bitbucket secret and clientId. See the Configuration section.
Configure workflow and variables
button on the right.username
: Your BitBucket UsernameappPasword
: The App password you generated bocerepoMaxAge
: Number of minutes list of repositories should be cached, defaults to 480userMaxAge
: Number of minutes user information should be cached, defaults to 720teamMaxAge
: Number of minutes list of teams should be cached, defaults to 720bit
commandOpen Alfred and type bit
. Select a team. Now you can :
repo
commandIf you set a default team with Shift+Enter on any team/user, this user will be loaded by default. If you select a team using the bit
command it'll be loaded instead. Then, you'll be able to do the following :
marks
commandDisplays all the bookmarks you made with all the repos options :
It is now preferred to configure alfred-bitbucket with App passwords, but if you need to configure it with OAuth, here are the old instructions: Generate BitBucket Consumer
It is now preferred to configure the alfred-bitbucket variables through the workflow preferences. If you need to configure directly through the plist, here are the old instructions: Through the plist file
MIT © Nicolas Boisvert