0.5.0 • Published 8 months ago

@oleksiiteplenko/tt v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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/tt

Create DB:

Go to package folder:

cd ~/.bun/install/global/node_modules/@oleksiiteplenko/tt/

Run migration:

bunx --bun drizzle-kit push

Usage

Start Tracking Time

tt start

This will prompt you to create a new project or select an existing one and add a task.

End Tracking Session

tt stop

List Projects

tt ls

List Tasks for a Project

tt ls -p <projectId>

For more commands

tt -h
tt [command] -h
0.5.0

8 months ago

0.4.0

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.1

9 months ago

0.1.0

9 months ago