ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Tower

by tedmiston Mac ALL

Sublime Text → Tower

Labels git, tower, vcs

Details

Installs

  • Total 154
  • Win 0
  • Mac 154
  • Linux 0
Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22
Windows 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
Mac 0 0 0 0 0 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
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

Readme

Source
raw.​githubusercontent.​com

Sublime Tower plugin

Open git repos from Sublime Text in Tower.

Tested on both Tower 2 and Tower 3 (beta channel).

Demo video

Install

(Recommended) Install via Package Control:

  1. Open Package Control: Install Package and search for Tower.

(Alternative) Install via GitHub:

  1. Package Control: Add Repository https://github.com/tedmiston/sublime_tower_plugin
  2. Package Control: Install Package sublime_tower_plugin

    Note: this requires installing updates manually via Package Control: Upgrade Package.

Usage

Open Command Palette and type Tower.

Development

Install the plugin source code:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/tedmiston/sublime_tower_plugin.git

To debug in the Sublime console:

view.run_command('tower_open')

Test

This project uses the SublimeText/UnitTesting test framework.

In the command palette, you can run:

  • UnitTesting: Test Current Package
  • UnitTesting: Test Current Package with Coverage.

Lint

Run:

pycodestyle .
flake8