All Projects → Matt-Deacalion → Pomodoro-Calculator

Matt-Deacalion / Pomodoro-Calculator

Licence: MIT License
A pretty command line tool to calculate the number of pomodoros available between two points in time.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pomodoro-Calculator

Jsonui
jsonui is an interactive JSON explorer on your command line
Stars: ✭ 583 (+2815%)
Mutual labels:  productivity, command-line-tool
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (+585%)
Mutual labels:  productivity, command-line-tool
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+4225%)
Mutual labels:  productivity, command-line-tool
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (+320%)
Mutual labels:  productivity, command-line-tool
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (+535%)
Mutual labels:  productivity, command-line-tool
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+3945%)
Mutual labels:  productivity, command-line-tool
shy
💀 bare-bones ssh launcher
Stars: ✭ 51 (+155%)
Mutual labels:  command-line-tool
logya
Logya is a static site generator written in Python designed to be easy to use and flexible.
Stars: ✭ 16 (-20%)
Mutual labels:  command-line-tool
imgur-scraper
Retrieve years of imgur.com's data without any authentication.
Stars: ✭ 26 (+30%)
Mutual labels:  command-line-tool
doi2bib
📝 Easily convert Digital Object Identifier (DOI) and Uniform Resource Locator (URL) to BibTeX and DOI to plain text.
Stars: ✭ 28 (+40%)
Mutual labels:  command-line-tool
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (+75%)
Mutual labels:  productivity
editorconfig-cli
📝🔧 initialize .editorconfig in your terminal
Stars: ✭ 26 (+30%)
Mutual labels:  command-line-tool
AlfredWorkflows
My workflow creations for Alfred on macOS.
Stars: ✭ 55 (+175%)
Mutual labels:  productivity
gq-gmc-control
Control tool for the GQ GMC Geiger Counters.
Stars: ✭ 34 (+70%)
Mutual labels:  command-line-tool
stay-productive
Remove feed from Facebook, Twitter and Linkedin... To stay productive !
Stars: ✭ 15 (-25%)
Mutual labels:  productivity
knowledge-base-content
Open-source knowledge base covering topics about developer experience.
Stars: ✭ 73 (+265%)
Mutual labels:  productivity
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (+95%)
Mutual labels:  productivity
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+2080%)
Mutual labels:  command-line-tool
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (+55%)
Mutual labels:  command-line-tool
atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (+10%)
Mutual labels:  productivity

Pomodoro Calculator

A pretty command line tool to calculate the number of Pomodoros available between two points in time.

Pomodoro Calculator screenshot

Installation

You can install pomodoro-calculator using pip:

$ pip install pomodoro-calculator

Usage

Use the get-pomodori command from the shell to run the Pomodoro Calculator:

$ get-pomodori --help

Calculate the number of Pomodori available within a time period.

Usage:
  get-pomodori [options] <end-time>
  get-pomodori (-h | --help | --version)

Options:
  --version                   show program's version number and exit.
  -h, --help                  show this help message and exit.
  -i, --interval              specify that the end time is a time interval, not a time of day.
  -f, --from=<time>           calculate available Pomodori from this time [default: now].
  -b, --break=<minutes>       the amount of minutes between each Pomodori [default: 5].
  -l, --long-break=<minutes>  the amount of minutes between every four Pomodori [default: 15].
  -p, --pomodoro=<minutes>    the amount of minutes for every pomodoro session [default: 25].
  -g, --group=<pomodori>      the amount of pomodori before a long break [default: 4].
  -j, --json                  output the pomodori schedule in JSON format.
  -n, --nocolour              do not colourise the output.
  -a, --amount                specify that the end time is the number of pomodoros you desire to do, not the time of a day.
  -x, --extensive-report      also write total break time and total session time.

Licence

Copyright © 2018 Matt Deacalion Stevens, released under The MIT License.

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].