From 08b65f8b2a034bed4a135d8536fb2866c8432aed Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Tue, 5 Jan 2010 18:57:46 +0100 Subject: [PATCH] plugins: * enable custom command using terminal_menu plugin hook --- terminatorlib/plugins/custom_commands.py | 442 +++++++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100644 terminatorlib/plugins/custom_commands.py diff --git a/terminatorlib/plugins/custom_commands.py b/terminatorlib/plugins/custom_commands.py new file mode 100644 index 00000000..15439012 --- /dev/null +++ b/terminatorlib/plugins/custom_commands.py @@ -0,0 +1,442 @@ +# Terminator by Chris Jones