Skip to content

Show HN: Super simple notifications for long-running command line tasks

nudge.sh
11 pointsthecodemonkey6 comments
On HN

Comments

I was looking for something just like this earlier this year when running a lot of DL jobs. Nice. Will give it a shot!

Awesome! Glad that I wasn't the only one who needed this. Let me know if you have any feedback while using it.

Source is available on GitHub for anybody who's interested https://github.com/geocodio/nudge.sh

Neat idea, thanks. I normally just send a ping to my slackbot but texts would probably be even better.

Love 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.

This 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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.