Time Tracking
From Your Terminal
Seamlessly track your development time without leaving your terminal. Auto-sync with commits, prevent abandoned sessions, and stay billable.
Quick Installation
curl -fsSL https://www.devhq.site/cli/install.sh | shAfter installation, run devhq --version to verify
Automatic Time Tracking
Start and stop time tracking directly from your terminal. Sessions survive terminal closure.
Git Integration
Automatically include tracking codes in commits and sync time with your work.
Auto-Pause Protection
Prevents billing for abandoned sessions with automatic pause after inactivity.
Background Daemon
Runs in the background, so your time tracking persists even when you close the terminal.
Quick Start Guide
Sign up for DevHQ
Create your account at devhq.site to get your API token
Configure the CLI
devhq config set api-token YOUR_TOKENStart tracking
devhq start WEB-123Replace WEB-123 with your deliverable tracking code
Common Commands
devhq start <code>Start tracking time for a deliverable
devhq stopStop the active session
devhq pausePause the current session
devhq resumeResume a paused session
devhq statusView all active sessions