6 ms·
Show HN: Super simple notifications for long-running command line tasks
- breck 7y agoI was looking for something just like this earlier this year when running a lot of DL jobs. Nice. Will give it a shot!
- thecodemonkey 7y agoAwesome! Glad that I wasn't the only one who needed this. Let me know if you have any feedback while using it.
- shmoogy 7y agoNeat idea, thanks. I normally just send a ping to my slackbot but texts would probably be even better.
- thecodemonkey 7y agoLove the idea of alternative notification targets. The idea was to make the API curl as simple and short as possible, to the point where you could probably memorize it. Would be trivial to then add additional notification targets server-side, based on user preference. I.e. sending a Slack message -- even in the simplest form requires a rather long URL with a JSON body that has a couple of fields.
- shmoogy 7y agoThis is definitely a better idea than mine, I was actually going to set up something similar for myself with AWS SNS + Lambda webhook- but the URL is infinitely more ugly than yours.
- thecodemonkey 7y agoSource is available on GitHub for anybody who's interested https://github.com/geocodio/nudge.sh https://github.com/geocodio/nudge.sh