Skip to content
New issue

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

use ESC sequences to send notifications in tty if notify-send is not available #2537

Open
unxed opened this issue Dec 1, 2024 · 2 comments

Comments

@unxed
Copy link
Contributor

unxed commented Dec 1, 2024

Currently, there are 4 ways to do this:
OSC 9 — iTerm2
OSC 99 — kitty
OSC 777;notify; — urxvt
OSC 1337;SetUserVar — iTerm2

Basically, you just need to put the notification text into the sequence parameter, but in kitty, the developer added a bunch of extra features on top of that.

OSC 9 is the oldest and most common version.
OSC 777 was recently implemented in Windows Terminal (WT):
microsoft/terminal#14425
microsoft/terminal#7718

https://t.me/far2l_ru/35282

@unxed
Copy link
Contributor Author

unxed commented Dec 6, 2024

@Dazzar56

@unxed
Copy link
Contributor Author

unxed commented Dec 6, 2024

Workaround: connect by ssh inside far2l started locally (via NetRocks or command line ssh client).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant