Track time without leaving your terminal. Perfect for anyone who prefers the command line.
# Install with Homebrew (macOS & Linux) $ brew tap heyweek/heyweek-cli $ brew install heyweek-cli # Or with Scoop on Windows $ scoop bucket add heyweek https://github.com/heyweek/homebrew-heyweek-cli.git $ scoop install heyweek # Or the universal install script $ curl -fsSL https://s3.eu-central-1.amazonaws.com/heyweek.staging.cli/install.sh | bash # Check it works $ hw version
Integrate time tracking seamlessly into your command-line workflow
Fast, lightweight CLI that feels right at home in your terminal.
Start, stop, and manage timers with simple commands. No context switching.
Create, list, and switch between projects directly from your terminal.
Manage client information and associate time entries with specific clients.
View, create, and manage detailed work logs with descriptions and tags.
Token-based authentication with encrypted data transmission.
Get started in seconds with your preferred package manager
$ brew tap heyweek/heyweek-cli $ brew install heyweek-cli
Prefer a binary? Grab the latest release from GitHub. View releases
$ hw version
# Comment1 $ hw auth login # Comment2 $ hw auth renew # Comment3 $ hw auth logout
# Comment1 $ hw timer start -d "Example" # Comment2 $ hw timer status # Comment3 $ hw timer stop
# Comment1 $ hw project list # Comment2 $ hw project create --name "Example" # Comment3 $ hw project delete <project-id>
# Comment1 $ hw log list --limit 10 # Comment2 $ hw log create --description "Example" # Comment3 $ hw log delete <log-id>