https://github.com/charlieroth/pomotui
TUI Application For Tracking Pomodoro Sessions
https://github.com/charlieroth/pomotui
Last synced: 11 months ago
JSON representation
TUI Application For Tracking Pomodoro Sessions
- Host: GitHub
- URL: https://github.com/charlieroth/pomotui
- Owner: charlieroth
- Created: 2022-06-16T15:52:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T09:29:05.000Z (about 3 years ago)
- Last Synced: 2024-12-11T23:44:37.368Z (over 1 year ago)
- Language: Go
- Size: 81.1 KB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomotui
A TUI application for working with the [Pomodoro Technique](https://todoist.com/productivity-methods/pomodoro-technique)
## why
I currently use a Mac toolbar application called [Flow](https://flowapp.info/) to work in with the Pomodoro Technique. This application is minimal, does exactly what is supposed to do and is a great choice
However Flow is:
- Closed source
- Only available on Mac
- Paid features that, I argue, are too essential to not be free
So I am building a replacement for all the terminal and open-source loving people out there
## tech
`pomotui` is built with:
- Go
- [BubbleTea](https://github.com/charmbracelet/bubbletea) TUI framework