All Projects → tiaanduplessis → Pomd

tiaanduplessis / Pomd

Licence: mit
🍅 A good old cli based Pomodoro timer with native notifications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pomd

ES-Timer
A USB timer powered by Digispark ATtiny85 according to 🍅 pomodoro time management technique
Stars: ✭ 45 (-70.2%)
Mutual labels:  timer, pomodoro
ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-91.39%)
Mutual labels:  timer, pomodoro
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (+59.6%)
Mutual labels:  pomodoro, timer
Pomodoro
Pomodoro time managment tool build with electron 🍅
Stars: ✭ 204 (+35.1%)
Mutual labels:  pomodoro, timer
Mob
Tool for swift git handover.
Stars: ✭ 418 (+176.82%)
Mutual labels:  cli, timer
TamoStudy
TamoStudy is a productivity work and study timer that implements a fun, virtual pet to help you stay driven to focus.
Stars: ✭ 35 (-76.82%)
Mutual labels:  timer, pomodoro
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (-54.3%)
Mutual labels:  timer, pomodoro
Pomodoro
Command line pomodoro timer
Stars: ✭ 116 (-23.18%)
Mutual labels:  pomodoro, timer
Wnr
⏱️ It's a time-management tool for computers. Work and rest, with wnr now.
Stars: ✭ 385 (+154.97%)
Mutual labels:  pomodoro, timer
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (+107.95%)
Mutual labels:  cli, timer
Tomighty Windows
Tomighty for Windows
Stars: ✭ 116 (-23.18%)
Mutual labels:  pomodoro, timer
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+1096.03%)
Mutual labels:  pomodoro, timer
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-2.65%)
Mutual labels:  cli
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-0.66%)
Mutual labels:  cli
Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+1062.25%)
Mutual labels:  cli
Musicnow
CLI tool to download songs with metadata.
Stars: ✭ 146 (-3.31%)
Mutual labels:  cli
Travianz Legacy
Join our Discord Server: https://discordapp.com/invite/9fbJKP9 | New repo: https://github.com/iopietro/Travianz
Stars: ✭ 150 (-0.66%)
Mutual labels:  timer
Ipgetter
Utility to fetch your external IP address
Stars: ✭ 148 (-1.99%)
Mutual labels:  cli
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+1382.78%)
Mutual labels:  cli
Sfz
A simple static file serving command-line tool written in Rust.
Stars: ✭ 145 (-3.97%)
Mutual labels:  cli

🍅 pomd

package version package downloads standard-readme compliant package license make a pull request Dependency CI Package Quality Travis Build Standard Greenkeeper badge

Just a good old cli based Pomodoro timer with native notifactions

Table of Contents

Install

$ npm install -g pomd

Or

$ yarn global add pomd

You can then run pomd from the terminal 🎉

Usage

demo

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

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].