Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 765 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 765 Bytes

Doro - CLI based pomodoro app

Doro is a CLI based pomodoro app and countdown timer application built using python.

Install

$ pip install doro

Usage

Pomodoro

Configuration

Configure pomodoro session using doro config. Config will be stored at ~/.doro.yaml

$ doro config

# verify config
$ cat ~/.doro.yaml

Start Pomodoro

$ doro start

Countdown timer

$ doro countdown MINUTES

# 15 minutes counter
$ doro countdown 15

# 90 minutes counter
$ doro countdown 90

Demo

pomodoro-demo countdown-demo