Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

fhightower-tc/tcex-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcex-snippets

Sublime Text snippets for ThreatConnect's TCEX package.

Installation

If you're using Package Control for Sublime Text, simply install the tcex-python-snippets package.

Alternatively, you can clone this repository directly into your Sublime plugin folder and install the snippets manually as described below:

OSX

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone --depth 1 https://github.com/fhightower/tcex-python-snippets.git

Linux (may vary based on distro.)

cd ~/.config/sublime-text-3/Packages
git clone --depth 1 https://github.com/fhightower/tcex-python-snippets.git

Windows

cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth 1 https://github.com/fhightower/tcex-python-snippets.git

Note: If you are having trouble finding the correct location to install the snippets, refer to the documentation on the subject.

Usage

TODO: add some usage instructions

Credits

The framework for this package was created from the Sublime Text Snippet Template available here: https://github.com/fhightower-templates/sublime-snippet-package-template.