All Projects → carlmjohnson → Pomodoro

carlmjohnson / Pomodoro

Licence: mit
Command line pomodoro timer

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Pomodoro

Pomodoro
Pomodoro time managment tool build with electron 🍅
Stars: ✭ 204 (+75.86%)
Mutual labels:  pomodoro, timer
Tomighty Windows
Tomighty for Windows
Stars: ✭ 116 (+0%)
Mutual labels:  pomodoro, timer
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+1456.9%)
Mutual labels:  pomodoro, 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 (-69.83%)
Mutual labels:  timer, pomodoro
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (-40.52%)
Mutual labels:  timer, pomodoro
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (+107.76%)
Mutual labels:  pomodoro, timer
Pomd
🍅 A good old cli based Pomodoro timer with native notifications
Stars: ✭ 151 (+30.17%)
Mutual labels:  pomodoro, timer
ES-Timer
A USB timer powered by Digispark ATtiny85 according to 🍅 pomodoro time management technique
Stars: ✭ 45 (-61.21%)
Mutual labels:  timer, pomodoro
ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-88.79%)
Mutual labels:  timer, pomodoro
Wnr
⏱️ It's a time-management tool for computers. Work and rest, with wnr now.
Stars: ✭ 385 (+231.9%)
Mutual labels:  pomodoro, timer
Flip Clock
A flip clock, timer and countdown made with Polymer
Stars: ✭ 69 (-40.52%)
Mutual labels:  timer
Suzaku
Hashed wheel timer in Swift
Stars: ✭ 77 (-33.62%)
Mutual labels:  timer
Stopwatch
⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.
Stars: ✭ 96 (-17.24%)
Mutual labels:  timer
Gnome Pomodoro
A time management utility for GNOME based on the pomodoro technique!
Stars: ✭ 1,589 (+1269.83%)
Mutual labels:  pomodoro
Swiftytimer
Swifty API for NSTimer
Stars: ✭ 1,143 (+885.34%)
Mutual labels:  timer
Timer
This is a simple rxjava2/rxjava3/kotlin-flow timer
Stars: ✭ 93 (-19.83%)
Mutual labels:  timer
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-43.97%)
Mutual labels:  timer
Countdowntask
⌛️A countdown library for Android.
Stars: ✭ 64 (-44.83%)
Mutual labels:  timer
React Countdown
React Component showing a countdown to certain date and time.
Stars: ✭ 58 (-50%)
Mutual labels:  timer
Pomotroid
🍅 Simple and visually-pleasing Pomodoro timer
Stars: ✭ 2,028 (+1648.28%)
Mutual labels:  pomodoro

pomodoro

Command line pomodoro timer, implemented in Go.

Installation

First install Go.

If you just want to install the binary to your current directory and don't care about the source code, run

GOBIN="$(pwd)" GOPATH="$(mktemp -d)" go get github.com/carlmjohnson/pomodoro

Usage

Usage of pomodoro:

   pomodoro [options] [duration]

Duration defaults to 25 minutes. Durations may be expressed as integer minutes (e.g. "15") or time with units (e.g. "1m30s" or "90s").

Chimes system bell at the end of the timer, unless -silence is set.

Screenshots

$ pomodoro -simple
Start timer for 25m0s.

Countdown: 24:43

$ pomodoro -h
Usage of pomodoro:

    pomodoro [options] [duration]

Duration defaults to 25 minutes. Durations may be expressed as integer minutes
(e.g. "15") or time with units (e.g. "1m30s" or "90s").

Chimes system bell at the end of the timer, unless -silence is set.
  -silence
        Don't ring bell after countdown
  -simple
        Display simple countdown

screenshot

Recommended helper

Noti can be used to bring up a system alert when pomodoro finishes.

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