Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumebreton/gone
Micro pomodoro CLI
https://github.com/guillaumebreton/gone
Last synced: 3 months ago
JSON representation
Micro pomodoro CLI
- Host: GitHub
- URL: https://github.com/guillaumebreton/gone
- Owner: guillaumebreton
- License: mit
- Created: 2016-07-03T12:05:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T08:22:43.000Z (about 6 years ago)
- Last Synced: 2024-07-10T16:00:43.442Z (4 months ago)
- Language: Go
- Homepage:
- Size: 909 KB
- Stars: 208
- Watchers: 3
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starts - guillaumebreton/gone - Micro pomodoro CLI (others)
README
# Gone [![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser)
Gone is a simple cli pomodoro timer for OSX and Linux. It can execute a
command every time a session is done. Responsiveness inside (lel)![scrot](https://github.com/guillaumebreton/gone/raw/master/srot.png)
# Installation
see [release page](https://github.com/guillaumebreton/gone/releases) to get the
right artifact and put it in your path :)# Usage
Run gone and Use ```q``` to quit, ```p``` to pause.```
Usage of ./bin/gone:
-debug
Debug option for development purpose
-e string
The command to execute when a session is done
-l int
Duration of a long break (default 15)
-m string
Select the color mode (default "dark")
-p string
Pattern to follow (for example wswswl) (default "wswswl")
-s int
Duration of a short break (default 5)
-w int
Duration of a working session (default 25)
```# Example
```
./gone -w 25 -l 30 -s 5 -e "say done"
```# Release the application
- Install govendor
- Install https://github.com/goreleaser/releaser
- Install https://github.com/aktau/github-release
- Execute:
```
release
```