pomodoro

package
v0.0.0-...-99e36ab Latest Latest
Warning

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

Go to latest
Published: May 14, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package pomodoro provides functionality for pomodoro techniques. Improvement from v0:

  • ability to check current status of pomodoro
  • setup a group of pomodoro and break timestamp ie: 25 work - 5 break - 25 work - 15 break etc
  • ability to pause during a pomodoro

(plus all the current features)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State int

State tracks current state of users pomodoro.

const (
	RUNNING State = iota + 1
	CANCELED
	COMPLETED
	PAUSED
)

func (State) String

func (s State) String() string

Jump to

Keyboard shortcuts

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