We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by ehamiter January 2, 2025 Coming from kitty, there's a nice way to implement desktop notifications, e.g.
printf '\x1b]99;;foo has been updated\x1b\\'
This makes it easy to add notifications to scripts, processes, etc. More info on how kitty implements it here:
https://sw.kovidgoyal.net/kitty/desktop-notifications/
Just curious if this would be something easy to implement or not.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #4405
Originally posted by ehamiter January 2, 2025
Coming from kitty, there's a nice way to implement desktop notifications, e.g.
This makes it easy to add notifications to scripts, processes, etc. More info on how kitty implements it here:
https://sw.kovidgoyal.net/kitty/desktop-notifications/
Just curious if this would be something easy to implement or not.
Thank you!
The text was updated successfully, but these errors were encountered: