GitXplorerGitXplorer
h

t

public
9 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
d23c6f308b2924104db815b05ad23c6873c6b2d8

Add screenshots

hhulufei committed 10 years ago
Unverified
567441698931004c162faa8065ab9849b0f845b4

Echo upload end point

hhulufei committed 11 years ago
Unverified
755938437b8725128c98ea5615af616774aa2cf2

Log with uploaded file name

hhulufei committed 11 years ago
Unverified
f0c3c25d209bd4b937091241e05439bd4a5e25ac

Ajust output help

hhulufei committed 11 years ago
Unverified
9d5b78e91fc0906d5043700d75fd043045f3f078

Fix #8

hhulufei committed 11 years ago
Unverified
94d186e956b10744e83dfa653ebd80b783cfee9c

Fix upload api in tests

hhulufei committed 11 years ago

README

The README file for this repository.

t Build Status

A daily time tracker

Pomodori

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 an interrupted reason, or input a reason directly, the reason will be loaded next time. Once press Ctrl+C will save the task, press once more 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'