Skip to content

tedmiston/sublime_tower_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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