gomodoro

command module
v0.0.0-...-28e7f95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

README

gomodoro

minimal pomo timer in Go

Overview

This is a simple command-line interface (CLI) tool implemented in Golang to help you manage your time using the Pomodoro Technique. The tool alternates between work and break intervals, with a longer break after every four work intervals.

Features

  • 25-minute work intervals
  • 5-minute short breaks
  • 15-minute long breaks after every four work intervals
  • Graceful exit on interrupt (Ctrl+C)

Prerequisites

  • Golang 1.16 or higher

#Installation

To install the latest version of the program, run:

go install github.com/ealvar3z/gomodoro@latest

This will download the source code, compile it, and place the executable into $GOPATH/bin. Make sure this directory is in your system's PATH to run the program from any location.# Installation

Usage

After running the program, it will automatically start the first 25-minute work interval. The CLI will update every second to show the current time.

To exit the program, press Ctrl+C.

Contributing

Feel free to fork the project and submit a pull request with your changes!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


This README provides a comprehensive guide for users and potential contributors, covering the essential aspects of the project. Feel free to modify it according to your project's specific needs.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL