Home

Awesome

Beanstalk Tools For Sublime Text

Introduction

A handy toolset for using Sublime Text with Beanstalk. It allows you to quickly open related Beanstalk pages in your browser.

The plugin supports Sublime Text version 2.0 and above.

Usage

Open a file or directory inside your Git or Subversion repository in Sublime Text.

Use Cmd instead of Ctrl on Mac OS X.

Get it installed

With The Package Control Plugin

The easiest way to install Beanstalk Tools is through Package Control. Once you get it installed, restart Sublime Text and bring up the Command Palette by pressing Ctrl + Shift + P. Select Package Control: Install Package, wait while Package Control fetches the latest package list, then select Beanstalk Tools from the dropdown. The advantage of using this method is that Package Control will automatically keep the plugin version up to date.

On Mac

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk

On Linux

The plugin was tested on Ubuntu 12.04, but should work on most modern linux distributions.

cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk

On Windows

The plugin was tested on Windows XP SP3 with Tortoise SVN and Git SCM. Binaries of both VCS were added to the system PATH.

cd %APPDATA%/Sublime Text 2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk