SkillAgentSearch skills...

Pom

pom -- a minimalist command-line pomodoro-style time-tracker

Install / Use

/learn @tobym/Pom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pom

a minimalist pomodoro-style time-tracker.

synopsis

pom message [-l [logfile]]

description

The pom utility counts down for 25 minutes as you work on a task. It will give an audible alert at 5 and 0 minutes if say or espeak is in the path and executable.

-l [logfile] If provided, log the completed task and timestamp to logfile. The default is the POMLOG environment variable, if set. Otherwise, the default is $HOME/pom.log.

extras

  1. Use #hashtags in your messages so you can easily grep for them later.

  2. Use awk/grep to add up time spent on projects, or for specific days.

     awk '/#hacks/ { total += $1 } END { print total / 60 " hours" }' pom.log
    

notes

The PowerShell version is maintained by luv2code.

Related Skills

View on GitHub
GitHub Stars59
CategoryDevelopment
Updated1y ago
Forks8

Languages

Shell

Security Score

65/100

Audited on May 25, 2024

No findings