0.8.0 • Published 1 year ago
@oleksiiteplenko/tt v0.8.0
Time Tracker CLI for Projects
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.
Install
Prerequisites
You should install Bun first.
Install the CLI:
bun add -g @oleksiiteplenko/ttCreate DB:
Go to package folder:
cd ~/.bun/install/global/node_modules/@oleksiiteplenko/tt/Run migration:
bunx --bun drizzle-kit pushUsage
Start Tracking Time
tt startThis will prompt you to create a new project or select an existing one and add a task.
End Tracking Session
tt stopList Projects
tt lsList Tasks for a Project
tt ls -p <projectId>For more commands
tt -h
tt [command] -h