Go to file
Jomar Milan b08d308aba
Fix project name
2023-09-05 21:43:27 -07:00
src Initial commit 2023-09-05 21:30:26 -07:00
.gitignore Initial commit 2023-09-05 21:30:26 -07:00
LICENSE Initial commit 2023-09-05 21:30:26 -07:00
README.md Initial commit 2023-09-05 21:30:26 -07:00
package.json Fix project name 2023-09-05 21:43:27 -07:00
tsconfig.json Initial commit 2023-09-05 21:30:26 -07:00
webpack.config.js Initial commit 2023-09-05 21:30:26 -07:00
yarn.lock Initial commit 2023-09-05 21:30:26 -07:00

README.md

osc-notify

This is a Tabby plugin. It creates a system notification when an OSC 9 escape code sequence is printed. OSC 9 is in this format:

OSC 9 ; [message] ST

Example commands

# creates a notification that says 'hello'
printf "\033]9;hello\a"
# for tmux, use the passthrough escape sequence. allow-passthrough should be
# enabled
printf "\033Ptmux;\033\x1b]9;hello\x07\033\\"