TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Notify – CLI to notify your phone

22 点作者 mashlol超过 9 年前

9 条评论

sourdesi超过 9 年前
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 未加载
peedy超过 9 年前
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 未加载
brbsix超过 9 年前
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_aargh超过 9 年前
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 未加载
SlashmanX超过 9 年前
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_boy超过 9 年前
How does this work? Is the notifications sent via your server which finds the correct device and pushes the message?
评论 #10674298 未加载
atmosx超过 9 年前
What is the difference between this solution and Pushover?<p>Do I have to install an app on my mobile?
评论 #10674708 未加载
dvdplm超过 9 年前
Lovely idea! Please post an update here when the iOS app is available! :)
评论 #10671777 未加载
shadowfax92超过 9 年前
Love the idea! Nice tool missing in developers life :)