tkancf / gomato

Pomodoro Timer in Console written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomato

Pomodoro Timer in Console written in golang.

Installation

$ go get -u github.com/tkancf/gomato

Usage

gomato [global options] command [command options] [arguments...]   

show help

$ gomato --help

start timer

$ gomato timer [task name] [task time] [break time] [long break time]

ex)
$ gomato timer Reading-book 25 3 12
//start timer (task = 25min), (break interval = 3min), (long break interval = 12min) as Reading-book Task

start server

$ gomato server

Server is start Access to http://localhost:3000/

server image

LICENSE

MIT License

About

Pomodoro Timer in Console written in golang

License:MIT License


Languages

Language:Go 100.0%