Installation
Go Install (Recommended)
If you have Go installed, this is the quickest way:
go install github.com/bupd/timeotter/cmd/timeotter@latestMake sure $GOPATH/bin is in your PATH.
Homebrew (macOS)
brew install bupd/tap/timeotterPre-built Binaries
Download the latest release from GitHub Releases:
- Download the appropriate archive for your platform
- Extract the binary
- Move it to a directory in your
PATH
# Example for Linux amd64tar -xzf timeotter_Linux_x86_64.tar.gzsudo mv timeotter /usr/local/bin/Build from Source
git clone https://github.com/bupd/timeotter.gitcd timeottergo build -o timeotter ./cmd/timeottersudo mv timeotter /usr/local/bin/Verify Installation
timeotter --helpNext Steps
After installation, proceed to OAuth Setup to configure Google Calendar access.