Skip to content

Notify buffer changed lines using OS notification system

Notifications You must be signed in to change notification settings

Shougo/notify-changed.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify-changed.vim

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

macOS notification

Windows notification

Windows notification

Supported platform

  • macOS
  • Windows
  • 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, 1000 (same as 1000m))

About

Notify buffer changed lines using OS notification system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 92.9%
  • PowerShell 7.1%