
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
Just a good old cli based Pomodoro timer with native notifactions
$ npm install -g pomd
Or
$ yarn global add pomd
You can then run pomd from the terminal 🎉
To use, run pomd:
$ pomd
🍅
You can then type help to get all the options.
🍅 help
# Commands:
#
# help [command...] Provides help for a given command.
# exit Exits application.
# start [options] Start a Pomodoro
# stats Show statistics from your Pomodoro sessions
🍅 help start
# Usage: start [options]
# Start a Pomodoro
#
# Options:
#
# --help output usage information
# -t, --time <time> Set the time of the Pomodoro. Default is 25:00 minutes.
# -c, --chill <chill> Set the time of chill. Default is 5:00 minutes.
# -r, --repeat <repeat> Repeat Pomodero x times. Default is 1.
# -l, --loop Run Pomodoros forever.
You can then start Pomodoros of 20 minutes with 3 minutes break, repeated 6 times:
🍅 start --time 20:00 --chill 03:00 --repeat 6
The time can also be specified in a shorthand format:
🍅 start -t 20m -c 3m -r 6
Pomodero can run infinitely:
🍅 start -t 20m -c 3m --loop
You can also enter multiple time and chill parameters (e.g. Work 50 minutes, chill 10 minutes, work 50 minutes, chill 25 minutes, forever):
🍅 start -t 50m -c 10m -t 50m -c 25 -l
MIT
FAQs
Just a good old cli based Pomodoro timer with native notifactions
We found that pomd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.