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
- Host: GitHub
- URL: https://github.com/x4lldux/terminator-long-cmd-notify
- Owner: x4lldux
- License: gpl-2.0
- Created: 2020-04-18T11:22:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T20:07:43.000Z (about 6 years ago)
- Last Synced: 2025-10-29T15:49:41.657Z (7 months ago)
- Topics: terminator, terminator-plugin
- Language: Hy
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.