Popularity
1.6
Declining
Activity
0.0
Stable
1
2
0
Monthly Downloads: 0
Programming language: Haskell
License: MIT License
Tags:
Simple
hs-snowtify alternatives and similar packages
Based on the "Simple" category.
Alternatively, view hs-snowtify alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of hs-snowtify or a related project?
Popular Comparisons
README
:snowman: hs-snowtify :snowman:
snowtify send your result of stack build
(stack test
) to notify-daemon :dog2:
[screenshot](screenshot.png)
: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
- 2. Use cabal
$ cabal install snowtify