boot-clj/boot

Add support for visual notifications on Windows to the `notify` task

Open

#552 aberto em 25 de dez. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Clojure (178 forks)batch import
EnhancementWindowshelp wanted

Métricas do repositório

Stars
 (1.748 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I wrote a Windows version of a command-line desktop notification program (https://github.com/RadicalZephyr/DesktopNotifier), so the notify task could try to check for the presence of this program the way it does for the Mac and Linux programs.

This isn't a PR yet because I need to figure out what it looks like to check for the existence of that program on Windows (any Windows developers feel free to chime in).

Guia do colaborador