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

Readme

Source
raw.​githubusercontent.​com

Sublime Tower plugin

Maintainability Test Coverage

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