https://github.com/aiya000/hs-snowtify
snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:
https://github.com/aiya000/hs-snowtify
haskell-stack notification test
Last synced: over 1 year ago
JSON representation
snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:
- Host: GitHub
- URL: https://github.com/aiya000/hs-snowtify
- Owner: aiya000
- License: mit
- Created: 2017-07-22T11:43:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T14:09:01.000Z (over 8 years ago)
- Last Synced: 2025-03-14T22:36:41.077Z (over 1 year ago)
- Topics: haskell-stack, notification, test
- Language: Haskell
- Size: 638 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :snowman: hs-snowtify :snowman:
snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:

# :notes: Usage :notes:
```console
$ 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:
```console
$ dunst &
(dunst is a notify-daemon)
$ cd
$ 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~~
```console
$ stack install snowtify
```
- 2. Use cabal
```console
$ cabal install snowtify
```