Notify terminal buffer's changed lines with OS notification system.
- Vim 8+ or Neovim (0.5+ recommended)
Supported platforms are:
- macOS
- Windows
- WSL
- Linux (notify-send)
Run :NotifyChanged
in the terminal buffer you want this plugin to notify.
This registers / updates / unregister (-unwatch
) watch timer by given options
:NotifyChanged [-unwatch] [-switch] [-no-switch] [-period {period}]
-unwatch
: Unregister watch timer-switch
,-no-switch
: Switch to the terminal window if changed (or not)-period {period}
: specify the period for timer (e.g.{period}
=10s
,1000m
,10
(same as10s
))