A macOS application to track earnings from Toggl Track.
- Track monthly earnings based on logged hours
- Integration with Toggl Track API v9
- Native macOS UI
- USD currency support
- Open the project in Xcode
- Build and run (Cmd+R)
- Enter your Toggl API token and hourly rate
- The app will calculate your earnings based on tracked time entries
StickApp.swift- Main app entry pointMenuBarContentView.swift- Root view controllerMainView.swift- Main earnings display viewSettingsView.swift- Settings/configuration viewTogglService.swift- Toggl API integration and utilities
Get your Toggl API token from: toggl.com → Profile Settings → API Token