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: Lightweight time-management CLI tool

72 pointsby liviu-over 8 years ago

8 comments

atrudeauover 8 years ago
I recently started using Timetrap ( <a href="https:&#x2F;&#x2F;github.com&#x2F;samg&#x2F;timetrap" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;samg&#x2F;timetrap</a>) and find fantastic. Covers a lot of corner cases while still being incredibly simple to use.
评论 #12632398 未加载
kickingvegasover 8 years ago
On Unix&#x2F;Linux you have &quot;at&quot; <a href="http:&#x2F;&#x2F;www.tldp.org&#x2F;LDP&#x2F;GNU-Linux-Tools-Summary&#x2F;html&#x2F;scheduling.html" rel="nofollow">http:&#x2F;&#x2F;www.tldp.org&#x2F;LDP&#x2F;GNU-Linux-Tools-Summary&#x2F;html&#x2F;schedul...</a>. For the Mac, however &quot;at&quot; is disabled (for battery saving reasons? or for working with laptops that sleep?) but you can turn it on.
luxpirover 8 years ago
Excellent. Will investigate. Currently using espeak to call out pomodoros (among other things - weather, motivational quotes, reminders) at set times. But of course you tune out after a while. This might be a more flexible solution.<p>EDIT: CLI is the future :)
评论 #12634271 未加载
plicenseover 8 years ago
Consider using \b instead of printing a new line every time. I&#x27;ve a huge scrollback configured and it can silently crash my terminal given a large enough wake time!
评论 #12637751 未加载
rojobuffaloover 8 years ago
This made me smile. I usually pop open the chrome timer or use my phone. I also just started trying out Strict Timer (chrome extension). As simple as these are, I think you&#x27;ve managed to reduce the motion necessary from the user to its absolute lowest level for a parameterized timer. Thanks for the tool.
grewilover 8 years ago
Emacs package Chronos: <a href="https:&#x2F;&#x2F;libraries.io&#x2F;emacs&#x2F;chronos" rel="nofollow">https:&#x2F;&#x2F;libraries.io&#x2F;emacs&#x2F;chronos</a>
pep_guardiolaover 8 years ago
Sweet! I saved the link. My intention is to take a look at the source code and then write my own ding-ding cli tool. It will be fun and I think it will give me a nice feeling when using it.<p>Thanks for the inspiration!
ams6110over 8 years ago
&gt; Around 100 LOC<p>Say what? To ring the bell after sleeping based on a parameter?
评论 #12632402 未加载
评论 #12633117 未加载