summaryrefslogtreecommitdiff
path: root/python/examples/snippets/README.md
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-07-01 12:34:30 +0800
committerXusheng Li <xushengli@protonmail.com>2021-07-05 10:11:47 +0800
commit13ff200ba134b8704f37eca99c42b70dab0d17dc (patch)
tree876b3db3c53f704b31152aeaede1f2edc9d27b24 /python/examples/snippets/README.md
parent4039a800349dcd587833d3e27d9137e4649818f4 (diff)
Remove snippet and kaitai plugin. Note their individual links.
Diffstat (limited to 'python/examples/snippets/README.md')
-rw-r--r--python/examples/snippets/README.md50
1 files changed, 0 insertions, 50 deletions
diff --git a/python/examples/snippets/README.md b/python/examples/snippets/README.md
deleted file mode 100644
index 00274c3a..00000000
--- a/python/examples/snippets/README.md
+++ /dev/null
@@ -1,50 +0,0 @@
-# Snippet UI Plugin (v1.5)
-Author: **Vector 35 Inc**
-
-_Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, 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 longer 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).
-
-![](https://github.com/Vector35/snippets/blob/master/media/snippets.gif?raw=true)
-
-.
-
-
-## 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:
-
-
-
-## License
-
-This plugin is released under a MIT license.
-## Metadata Version
-
-2