zsh-background-notify
zsh-background-notify copied to clipboard
Add Support for Windows WSL
Running Windows 10 with WSL2 on Ubuntu 20.04.5 LTS
Expected behavior: Should be able to work in Ubuntu on WSL. I tested by copying the binary notifu64.exe to /usr/local/bin/notifu, I can use notifu from Ubunutu terminal.
This makes the windows exe file just work. So, what am I missing? I tried running this but no notification was fired. I thought it was supposed to auto-fire if process took > 5 seconds.
ruby -e 'sleep 6; puts "hello"'
Ruby executes as expected, but no notification is generated.
However this works fine.
bgnotify 'foobar' 'this is some stuff'
See screenshot
