snowtify

snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:

https://github.com/aiya000/hs-snowtify#README.md

LTS Haskell 10.10:0.1.0.3
Stackage Nightly 2018-01-29:0.1.0.3
Latest on Hackage:0.1.0.3

See all snapshots snowtify appears in

MIT licensed by aiya000
Maintained by [email protected]
This version can be pinned in stack with:snowtify-0.1.0.3@sha256:5aff11cc96bb1e9f1e178f279f2ac96b833e3cc7eaeb5bfa0a05b0ffd3ab43e5,1049

Module documentation for 0.1.0.3

There are no documented modules for this package.

:snowman: hs-snowtify :snowman:

snowtify send your result of stack build (stack test) to notify-daemon :dog2:

screenshot

:notes: Usage :notes:

$ snowtify test
(`stack test` results is shown, it is like above screenshot)
$ snowtify build
(same as snowtify test, but stack build is executed)
$ snowtify
(same as snowtify build, snowtify run build by default)

:muscle: Example :muscle:

$ dunst &
(dunst is a notify-daemon)
$ cd <some haskell project directory>
$ watchexec -w . 'snowtify test'
(`stack test` results is shown after you update some file)

:diamonds: How to install this ? :diamonds:

  • This way is never supported now ~~1. Use haskell-stack~~
$ stack install snowtify
    1. Use cabal
$ cabal install snowtify