Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 595 Bytes

tmux-notify

Simple tmux notification system written in sh. Based on an idea by tcreech: http://www.github.com/tcreech/tmux-notifications Released under the BSD licence.

Example uses: e-Mail notifications, ad-hoc "job finished" notifications, etc.

Usage

Send notification to active window: tmux-notify "program_name" "notification_text"

Show number of pending notifications: tmux-notify count

Clear notifications: tmux-notify clear

Show all notifications: tmux-notify show

Show all notifications and don't clear them: tmux-notify show-nc