LinuxCommandLibrary

hours

No-frills time tracking toolkit for the command line

TLDR

Launch the interactive TUI
$ hours
copy
View a time tracking report
$ hours report
copy
Show statistics
$ hours stats
copy
View activity log
$ hours log
copy

SYNOPSIS

hours [command] [options]

DESCRIPTION

hours is a minimalistic time tracking toolkit for the terminal. It provides a simple TUI where almost everything can be achieved with one or two keypresses, making it fast to log time against tasks and projects.
Besides the interactive TUI, hours offers subcommands for viewing reports, statistics, and logs based on the time tracking data. It stores all data locally and focuses on providing a distraction-free experience for developers who want to track time without leaving the terminal.

CAVEATS

Data is stored locally and does not sync across devices. No integration with external time tracking services.

HISTORY

hours was created by Dhruv Thakur (dhth) and is written in Go. It was designed as a no-frills alternative to web-based time tracking tools for developers who prefer terminal workflows.

SEE ALSO

time(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard