Skip to main content

Another pomodoro timer

Project description

Easy Pomodoro CLI

Image of clock by Picasso

Table of Contents

About

Small CLI application that implements the Pomodoro routine

Getting Started

The default pomodoros are 4 with a time range of 20 minutes each one. After countdown there will be a chill out time to relax.

To install from PyPI

pip install epomodoro

To install manually cloning the repository

pip install --editable .

Usage

epomodoro start

Change default parameters

epomodoro start --length 20 --pomodoros 2 --chill 10
epomodoro start -l 20 -p 2 -c 10
Execution example

You can get the statistics of your pomodoros from last week if there is data

epomodoro statistic
Execution statistic

To clean the data store in ~/.config/epomodoro

epomodoro clean

Autocomplete for CLI

To add autocomplete in Bash shell

_EPOMODORO_COMPLETE=bash_source epomodoro > ~/.epomodoro-complete.bash
. ~/.epomodoro-complete.bash

To add autocomplete to CLI when press Tab for ZSH shell

_EPOMODORO_COMPLETE=zsh_source epomodoro > ~/.epomodoro-complete.zsh
. ~/.epomodoro-complete.zsh

Test

See Makefile definition

To run test

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

epomodoro-0.4.0-py3.9.egg (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page