Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python2
import terminatorlib.plugin as plugin
import terminatorlib.terminator as terminator
# AVAILABLE must contain a list of all the classes that you want exposed
AVAILABLE = ['CjkWidthWide']
class CjkWidthWide(plugin.Plugin):
capabilities = []