https://github.com/vector35/snippets
plugin for storing and using snippets of useful Binja script
https://github.com/vector35/snippets
Last synced: 16 days ago
JSON representation
plugin for storing and using snippets of useful Binja script
- Host: GitHub
- URL: https://github.com/vector35/snippets
- Owner: Vector35
- License: mit
- Created: 2019-09-27T15:39:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T04:07:37.000Z (3 months ago)
- Last Synced: 2026-01-11T11:59:51.387Z (3 months ago)
- Language: Python
- Size: 3.98 MB
- Stars: 28
- Watchers: 4
- Forks: 12
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snippet UI Plugin
Author: **Vector 35 Inc**
_Powerful code-editing plugin for writing and managing python code-snippets with syntax highlighting, hotkey binding and other features_
## Description:
The snippet editor started as a simple example UI plugin to demonstrate new features available to UI plugins. It has turned into a functionally useful plugin in its own right. The snippet editor allows you to write small bits of code that might not be big enough to warrant the effort of a full plugin but are long enough that you don't want to retype them every time in the python-console!
As an added bonus, all snippets are added to the snippets menu and hot-keys can be associated with them as they make use of the action system. All action-system items are also available through the command-palette (CTL/CMD-p).

## Installation Instructions
### Darwin
no special instructions, package manager is recommended
### Linux
no special instructions, package manager is recommended
### Windows
no special instructions, package manager is recommended
## Minimum Version
This plugin requires the following minimum version of Binary Ninja:
* 1528
## Required Dependencies
The following dependencies are required for this plugin:
* pip - pygments>=2.7.0,<2.9.0
## License
This plugin is released under a MIT license.
## Metadata Version
2