Polls your teams bitbucket feed for new commits and pretty prints to terminal. Run it in tmux for a happy time.
Requires Go. sudo apt-get install golang
cd bbfeed
go get
go build
./bbfeed url-to-feed
Polls your teams bitbucket feed for new commits and pretty prints to terminal
GoMIT