Accompanying scripts for https//stuartleeks/posts/wsl-github-cli-windows-notifications-part-2/
Abbreviated setup notes
- Download
toast.exe
from https://github.com/stuartleeks/toast/releases/latest and place in your WindowsPATH
- Save
ghrun.sh
andsave-args.sh
to your system and make executable (chmod +x ghrun.sh
etc) - Add an alias
alias ghrun=/path/to/ghrun.sh
Enjoy!