Beanstalk Tools
A set of handy tools to use Sublime Text 2+ with Beanstalk
Details
Installs
- Total 1K
- Win 530
- Mac 561
- Linux 147
Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
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.
- Press
Ctrl + Shift + P
and selectBeanstalk: Open File
or just pressCtrl + Shift + ^
to open currently edited file in Beanstalk. - Press
Ctrl + Shift + P
and selectBeanstalk: Blame
to open blame for currently edited file in Beanstalk. - Press
Ctrl + Shift + P
and selectBeanstalk: Preview
to preview currently edited file in Beanstalk. - Press
Ctrl + Shift + P
and selectBeanstalk: Activity
to see your repository activity in Beanstalk. - Press
Ctrl + Shift + P
and selectBeanstalk: Deployments
to see release environments existing for your repository in Beanstalk.
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
- Install GIT.
- Run Terminal app and execute the following to install the plugin:
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.
- Install GIT.
- Install the plugin from your system console:
cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk
- Install Subversion if needed.
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.
- Download and install GIT from Git SCM website. Make sure to add GIT binaries into your global PATH.
- Run Windows command shell and execute the following to install the plugin:
cd %APPDATA%/Sublime Text 2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk
- Install Subversion if needed.