WSLで通知を出すメモ

about_Execution_Policies

> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Feature Request: Desktop Notifications · Issue #2466 · Microsoft/WSL · GitHub

> Install-Module -Name BurntToast
$ powershell.exe -command New-BurntToastNotification -Text ふぁぼっ # Windowsから通知が出る

BurntToastのオプションを調べて core/plugin/libnotify/notify-send.rb を改造する。 GitHub - Windos/BurntToast: Module for creating and displaying Toast Notifications on Microsoft Windows 10.