zsh-background-notify icon indicating copy to clipboard operation
zsh-background-notify copied to clipboard

Add Support for Windows WSL

Open lacostenycoder opened this issue 3 years ago • 0 comments

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 Screenshot (1)

lacostenycoder avatar Dec 30 '22 19:12 lacostenycoder