timelog
v1.0.1
Published
Node.js command line tool to quickly search available DNS names.
Downloads
5
Readme
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 [email protected]: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)