Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-11 | Update bgnotify.plugin.zsh | Paul | |
Fixed error with spaces in commands | |||
2015-02-23 | Re-order OS detection if..else statement. | Kristján Oddsson | |
This patch will re-order the if statements when checking what operating system the user is running. This is useful for people that already have a `notify-send` binary in their $PATH but are running OSX. An example of such requirements is anyone running `vagrant-notify` is required to have a `notify-send` binary on their $PATH. See [link](https://github.com/fgrehm/vagrant-notify#os-x). | |||
2015-02-22 | Fixing spaces in title and message given to bgnotify on OS X | Mads Mætzke Tandrup | |
2014-11-08 | Add screenshots to readme | Tim O'Brien | |
2014-11-08 | Fix for OS X when no window id is returned (like on the desktop) | Tim O'Brien | |
2014-11-07 | Add window ID fallback for windows. | Tim O'Brien | |
- maybe someday use GetForegroundWindow() from User32.lib ... | |||
2014-11-07 | Fix renamed method issue. | Tim O'Brien | |
2014-11-06 | add cygwin windows support with notifu, add to readme | Tim O'Brien | |
2014-11-06 | Fixed math on linux, removed debug echo. | Tim O'Brien | |
2014-11-06 | Add bgnotify plugin, a cross-platform background notifier! | Tim O'Brien | |