Gets a list of time entries and their total duration for the last five days. Uses github.com/jason0x43/go-toggl for a Toggl API interface
- Install Go
- Copy
.gottl.example
to~/.gottl
and enter your details
- Your API key can be found within Toggl at the bottom of your profile settings
- Leave the workspace out for now, we can get that later
- Install Gottl:
go install github.com/toddhainsworth/gottl
- Get your workspace IDs:
gottl --workspaces
- Add your desired workspace ID to the
~/.gottl
file from before - Get started
gottl
!
- Basic functionality
- Tests
- Show current timer
- Start/stop timer(s)
- Ncurses based GUI (maaaaaybe)
- Custom date fetching
- Tests
- Missing time notification
- Binary for installation
- Tests
- Configurable account settings
- Multiple workspaces
- Tests
- Colours