Skip to content

19260007-c9ac-4fd6-9307-0e845161a3c5/wsl-notify-send

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsl-notify-send

wsl-notify-send provides a Windows executable that is intended to be a replacement for the Linux notify-send utility.

wsl-notify-send is implemented using go-toast/toast and if you have control over the script calling notify-send, you will find that the toast CLI gives you more control over the notifications. Also checkout the stuartleeks/toast fork which includes a change to hide the console window when the app runs.

Installation

Download wsl-notify-send

Create the notify-send helper

In WSL, create a notify-send function that calls wsl-notify-send:

notify-send() { wsl-notify-send.exe --category $WSL_DISTRO_NAME "${@}"; }

Testing

In WSL, run notify-send "Hello from WSL" and you should see a Windows toast notification!

About

WSL replacement for notify-send

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 67.4%
  • Makefile 32.6%