A simple command-line interface (CLI) tool to track time spent on projects and tasks. Manage multiple projects, track sessions, and view summaries — all from the terminal.
You should install Bun first.
bun add -g @oleksiiteplenko/tt
Go to package folder:
cd ~/.bun/install/global/node_modules/@oleksiiteplenko/tt/
Run migration:
bunx --bun drizzle-kit push
tt start
This will prompt you to create a new project or select an existing one and add a task.
tt stop
tt ls
tt ls -p <projectId>
tt -h
tt [command] -h