A quick and dirty Alfred workflow that allows you to list and search through your Beanstalk repos.
Couldn't be simpler, just put your account, username and password into the $credentials array.
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
### Plans
- Commit log per repo
- View + Create SSH Keys
- Deploy changes
- Re-deploy all files (maybe)