TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Notify – CLI to notify your phone

22 pointsby mashlolover 9 years ago

9 comments

sourdesiover 9 years ago
Really like the idea!<p>Im trying it out right now and the Android app told me to use an identifier that starts with a &#x27;9&#x27;. I typed `notify -r &lt;my_identifier&gt;`. When I try running `notify` however, it gives me this:<p>[notify] Encountered an error: ParseError { code: 141, message: &#x27;Error 112: Channel name must start with a letter: &lt;my_identifier&gt;&#x27; }
评论 #10667847 未加载
peedyover 9 years ago
Are these your keys? <a href="https:&#x2F;&#x2F;github.com&#x2F;mashlol&#x2F;notify&#x2F;blob&#x2F;master&#x2F;node&#x2F;notify.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mashlol&#x2F;notify&#x2F;blob&#x2F;master&#x2F;node&#x2F;notify.js</a>
评论 #10667326 未加载
brbsixover 9 years ago
Just a heads up that that the app gives the following example:<p><pre><code> $ someLongRunningCommand || notify This will send a push to your phone when the command has completed, regardless of success or failure. </code></pre> Obviously that will only notify upon command failure. It looks like the webpage is accurate (uses a ;) so perhaps the app just hasn&#x27;t been updated yet.
aargh_aarghover 9 years ago
For those like me who wonder how to use npm without being root, here&#x27;s an answer that worked for me on Debian:<p><a href="http:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;21712034&#x2F;323094" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;21712034&#x2F;323094</a>
评论 #10680380 未加载
评论 #10675891 未加载
SlashmanXover 9 years ago
Great idea.<p>Is it possible to customize the notification text?<p>Small error: Rotating the phone while in the app changes the text to &quot;Your identifier is: Hello World!&quot; and you have to completely quit the app to fix it.
评论 #10670006 未加载
distracted_boyover 9 years ago
How does this work? Is the notifications sent via your server which finds the correct device and pushes the message?
评论 #10674298 未加载
atmosxover 9 years ago
What is the difference between this solution and Pushover?<p>Do I have to install an app on my mobile?
评论 #10674708 未加载
dvdplmover 9 years ago
Lovely idea! Please post an update here when the iOS app is available! :)
评论 #10671777 未加载
shadowfax92over 9 years ago
Love the idea! Nice tool missing in developers life :)