https://github.com/hatappi/gomodoro
Pomodoro Technique By Go
https://github.com/hatappi/gomodoro
go pomodoro
Last synced: 6 months ago
JSON representation
Pomodoro Technique By Go
- Host: GitHub
- URL: https://github.com/hatappi/gomodoro
- Owner: hatappi
- License: apache-2.0
- Created: 2017-10-26T12:53:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:13:47.000Z (10 months ago)
- Last Synced: 2024-12-17T22:22:26.332Z (10 months ago)
- Topics: go, pomodoro
- Language: Go
- Homepage:
- Size: 6.6 MB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gomodoro
Gomodoro is Pomodoro Technique by Go.
The working time can be automatically recorded in [toggl](https://toggl.com/).[](https://github.com/hatappi/gomodoro/actions/workflows/ci.yaml)
[](https://github.com/hatappi/gomodoro/actions/workflows/release.yaml)## Installation
```sh
go get github.com/hatappi/gomodoro
```or
https://github.com/hatappi/gomodoro/releases
## Usage
first of all, run `gomodoro init`.```
$ gomodoro init
success to create config file. (/Users/user/.gomodoro/config.yaml)
```if you wanna record working time to [toggl](https://toggl.com/), please edit config file.
### start command
```bash
$ gomodoro start
```**1.Select task**
※ add task when there is no task.
The cursor moves down by pressing `j` or down key, and up by pressing `k` or up key.
select `Enter`.**2.Repeat working and break**
When remaining time runs out, please press Enter. The next step begins.
At this time only working time is recorded in [toggl](https://toggl.com/) if you setting.### remain command
you can see remain time if gomodoro already running.
````bash
$ gomodoro remain
````