▍ humdrum codex / ticktock v0.0.2
license AGPL-3.0
2.5 KB raw

ticktock

A Charm-native front-end for the tock time tracker. Review, edit, and backfill your tracked time in a fast terminal UI. tock stays the source of truth — ticktock only reads and writes through it. The command is tt.

Install

brew tap humdrum/tap https://codex.humdrum.me/git/homebrew-tap.git
brew trust humdrum/tap        # newer Homebrew gates third-party taps
brew install tt

Upgrade later with brew upgrade tt.

Requirements

Usage

Run tt for the command list. The three views:

In the add/edit form, project, description, and tags autocomplete from your tock history (Ctrl+E accepts a suggestion). Values stay free text. History comes from the tock sqlite DB when that backend is active, otherwise from tock last.

Config

~/.config/ticktock/config.json (all optional):

key default meaning
slot_minutes 30 grid row height in minutes (min 5)
grid_start 07:00 earliest grid hour (auto-expands to data)
grid_end 21:00 latest grid hour (auto-expands to data)
project "" default project for a new entry

License

AGPL-3.0-or-later. See LICENSE.