javiplav / pomodoro

Super simple pomodoro implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro

Use this super simple utility to be more productive with the pomodoro technique

Install

  pip install git+https://github.com/raiderrobert/pomodoro/

Usage

  pomodoro                  # normal 25 minutes
  pomodoro -m 5             # 5 minutes
  pomodoro -s 30            # 30 seconds
  pomodoro -m 10 -s 30      # 10 minutes and 30 seconds

Options

  -h --help        Show this screen.
  -m --minutes     Time in minutes [default: 25].
  -s --seconds     Time in seconds.
  -l, --log        The file to which log information shall be appended.

About

Super simple pomodoro implementation

License:MIT License


Languages

Language:Python 100.0%