diff --git a/_notes/timestamp.md b/_notes/timestamp.md index 306928f..3e5fde4 100644 --- a/_notes/timestamp.md +++ b/_notes/timestamp.md @@ -1,11 +1,12 @@ --- title: Timestamp -categories: "- '[[Website pages]]'\n- '[[Projects]]'" --- ![Screenshot of the Timestamp app and the settings window.](/assets/img/timestamp.png) -A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source. +A simple, unintrusive [Pomodoro timer](https://en.wikipedia.org/wiki/Pomodoro_Technique) for macOS which lives in the menu bar. I built it with SwiftUI and made it open source. -- [Download the app through GitHub Releases](https://github.com/brendan-ch/timestamp/releases) +The app is built with SwiftUI, though that may change in the future. It is a spiritual successor to an old mobile and web app, [Clockwise](https://github.com/brendan-ch/clockwise), which I made in high school. I have used many variations of the Pomodoro timer over the years, but none of them provided the functionality I needed while being *peaceful* to look at. + +- [Download the app through GitHub Releases](https://github.com/brendan-ch/timestamp/releases) - [GitHub](https://github.com/brendan-ch/timestamp) diff --git a/assets/img/timestamp.png b/assets/img/timestamp.png index 90deded..24b6f1c 100644 Binary files a/assets/img/timestamp.png and b/assets/img/timestamp.png differ