Simple Macos Menu Bar app. You can record focus session with appropriate tagging and see the statistics. That's it.
Launch the app, it will appear in the Menu Bar.
Click Start to begin focus session. When you're done finish session with tagging.
Click Statistics to see session history and your focus time summary
$ chmod +x build.sh
$ ./build.sh
- Drag
focustimes.appinto your/Applicationsfolder. - Because the app is not signed, macOS may block it.
To fix this, open Terminal and run:
xattr -d com.apple.quarantine /Applications/focustimes.app

