From 93c11691041c3b34e4fd3bacf898bf0d242294fc Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Thu, 3 Sep 2020 18:14:49 -0400 Subject: [PATCH] update description --- terminatorlib/plugins/command_notify.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 8d94c1bd..613ab338 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -7,7 +7,8 @@ depends on https://github.com/GNOME/vte/blob/vte-0-58/src/vte.sh (which has to be added to /etc/profile.d) and you need to ensure `__vte_prompt_command` is executed on `PROMPT_COMMAND` in Bash or in `precmd_functions` in Zsh. -Code is written in Hy and generated to Python3. +Code is adapted from https://github.com/x4lldux/terminator-long-cmd-notify +Thanks to @xll4dux on Github for the code and his permission to use it """ import terminatorlib.plugin as plugin from terminatorlib.terminator import Terminator