/Alfred-Beanstalk

An Alfred plugin to list and search your beanstalk repos.

Primary LanguagePHP

Alfred-Beanstalk


Preview

A quick and dirty Alfred workflow that allows you to list and search through your Beanstalk repos.

Setup


Couldn't be simpler, just put your account, username and password into the $credentials array.

Credentials

Usage


  • bs list - lists all repos, selected item copies clone string is copied to your clipboard.
  • bs Search {query} - searches for repos containing {query}, selected item copies clone string is copied to your clipboard.
  • bs log - shows latest 15 commits account wide, selected item copies commit # or revision number to your clipboard.

The repo clone string, looks like: git clone git@account.beanstalkapp.com:/repo.git -o Beanstalk

Credits


### Plans


  • Commit log per repo
  • View + Create SSH Keys
  • Deploy changes
  • Re-deploy all files (maybe)