Sublime Text snippets for ThreatConnect's TCEX package.
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:
cd ~/Library/Application Support/Sublime Text 3/Packages
git clone --depth 1 https://github.com/fhightower/tcex-python-snippets.git
cd ~/.config/sublime-text-3/Packages
git clone --depth 1 https://github.com/fhightower/tcex-python-snippets.git
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.
TODO: add some usage instructions
The framework for this package was created from the Sublime Text Snippet Template available here: https://github.com/fhightower-templates/sublime-snippet-package-template.