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

[ mit, program, simple ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Dependencies base (>=4.7 && <5), either, safe, safe-exceptions, text, turtle [details]
License MIT
Copyright aiya000
Author aiya000
Maintainer aiya000.develop@gmail.com
Category Simple
Home page https://github.com/aiya000/hs-snowtify#README.md
Uploaded by aiya000 at 2017-07-28T07:24:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables snowtify
Downloads 2572 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-07-28 [all 3 reports]

Readme for snowtify-0.1.0.3

[back to package description]

hs-snowtify

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

screenshot

🎶 Usage 🎶

$ 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)

💪 Example 💪

$ 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)

♦️ How to install this ? ♦️

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