An open API service indexing awesome lists of open source software.

https://github.com/x4lldux/terminator-long-cmd-notify

Terminator plugin to display a notification when a long running command finishes and terminal is inactive
https://github.com/x4lldux/terminator-long-cmd-notify

terminator terminator-plugin

Last synced: 3 months ago
JSON representation

Terminator plugin to display a notification when a long running command finishes and terminal is inactive

Awesome Lists containing this project

README

          

This plugin will launch a notification when a long running command finishes
and terminal is not active.

It uses VTE's special sequence which is sent when shell prints the prompt. It
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.