timelog

1.0.1 • Public • Published

timelog

Node.js command line tool to quickly keep track of your time

Install

npm install -g timelog

Or if you are developing

git clone git@github.com:garrows/timelog.git
npm install -g ./timelog

With node installed.

Usage

timelog arrived
timelog checked work emails
timelog cat-project: fixed 404 catbug
timelog lunch **
timelog cat-project: added concat feature
timelog replied to emails -t 1h

** indicates that it shouldn't count towards your work hours.

cat-project: indicates its part of the cat-project category and will be bunched together in the report.

-t 1h will backdate the activity by 1 hour.

Options

Usage: index [options] <domain>

Options:

  -h, --help          output usage information
  -r, --report        print an hours report
  -t, --time <time>   backdates by time specified (i.e. 1h 5m)

Package Sidebar

Install

npm i timelog

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • garrows