Commit graph

5 commits

Author SHA1 Message Date
c8a1d0adfa
refactor: add a stop channel 2020-01-19 21:26:46 +00:00
38ae9ed082
feat: added desktop notification integration 2019-08-16 09:20:56 +01:00
0cd7dab556
ci: added release (semi)automation
- security: updated Golang version to 1.12.8 for CI builds
- added: configuration for build and release automation using GoReleaser
(https://goreleaser.com)
- (Releases will be semi-automatic for now due to the need of the access
token. When/if project specific access token is supported then I'll
complete the release stage of the pipeline.)
- added: version.go for printing out the versions
2019-08-14 01:10:28 +01:00
4b8f584411
ci: added basic Makefile 2019-06-29 22:11:25 +01:00
a68cc534b5 feat: added Pominal
This is the first commit of Pominal,
a Pomodoro application for the terminal.

This commit includes:
- Timers for work sessions, short breaks and long breaks.
- Flags to allow users to configure Pominal to their preferences.
- Graceful shutdown when a SIGINT or SIGTERM is sent to the application.
2019-05-30 22:19:53 +00:00