All Projects → tyru → notify-changed.vim

tyru / notify-changed.vim

Licence: other
Notify buffer changed lines using OS notification system (supported: macOS/Windows/WSL/Linux, Vim 8.1+/Neovim 0.5+)

Programming Languages

Vim Script
2826 projects
powershell
5483 projects

notify-changed.vim

Notify terminal buffer's changed lines with OS notification system.

macOS notification

Windows notification

Linux notification

Supported platform

  • Vim 8+ or Neovim (0.5+ recommended)

Supported platforms are:

  • macOS
  • Windows
  • WSL
  • Linux (notify-send)

Usage

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 as 10s))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].