0.1.8 • Published 10 years ago

t-cli v0.1.8

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

t Build Status

A daily time tracker

Install

npm install -g t-cli

Next, install terminal notify, see this introduction.

Pomodoro

  • A pomodoro set to 25 mins
  • After a pomodoro, earned a short break(5 mins)
  • Every 4 "pomodori" earned a longer break(15 mins)

Every task started, followed by a pomodoro.

Press Ctrl+C during a pomodoro is an interruption, you can choose a interrupted reason, or input a reason directly, the reason will be loaded next time. Once press Ctrl+C will save the task, press one more time to exist.

Usage

First, set task files' saved directory:

t set directory/

Add a task and start working on this task:

t start 'task working on'

List today's tasks with ids:

t list

List last 3 days' tasks

t list 3

Start working on a task by id:

t start id

Add a todo task:

t add 'todo item'

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago