LinuxCommandLibrary

zeit

Simple command-line tool for tracking time

TLDR

Start tracking time
$ zeit track --project [myproject] --task "[coding]"
copy
List time entries for a project
$ zeit list --project [myproject]
copy
Export entries as JSON
$ zeit export --format json
copy

SYNOPSIS

zeit command [options]

DESCRIPTION

zeit is a cross-platform terminal time tracker that supports hierarchical categorization by project, task, and entry. It stores data locally, supports natural language arguments, and can export recorded time blocks as JSON for external tools.

HISTORY

zeit was created by Marius (mrusme) and is written in Go.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard