ketchup-timer
v1.0.2
Published
A command line tool for setting timers
Downloads
5
Maintainers
Readme
ketchup-timer
Command line tool for setting timers
Ketchup timer is a command line tool that lets you set a timer and puts it in the background to let you keep working in the terminal window. When the time is up it will pop-up a notification to let you know that your time is up.
Installation
npm install -g ketchup-timer
Usage
Start a timer
ketchup start [number_of_minutes]
If no value is given it defaults to 25 minutes.
List running timers
ketchup list
Stop a timer
ketchup stop <id>
The id
refers to the id of the timer. Get this id
from the list of timers.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create new Pull Request.
Why ketchup timer?
- Ketchup consists mainly of ~~sugar~~ tomatoes.
- Tomato in Italian is pomodoro.
- Pomodoro is also a time management method.