tmux-notify icon indicating copy to clipboard operation
tmux-notify copied to clipboard

Tmux plugin to notify you when processes are finished.

Results 5 tmux-notify issues
Sort by recently updated
recently updated
newest added

The title says it all! I have used almost the same code pattern than the one for Telegram. The proper documentation has also been written

I have many sessions on my server, so I want to get the session name of the monitored session and attach it to the notification email. I tried `tmux display-message...

Closes #63. Example config: ```tmux set-option -g @tnotify-prompt-regex '^: $' ```

The option name is from . Not in the PR, but also on my system, the default command clears the bottom line. I use *Ghostty* and *Nushell*. In *Nushell*, this...

### Is your feature request related to a problem? Please describe. I have a 2 line prompt. It'll be a lot more accurate to let me define a regex (`/^:...

enhancement