Timmy supports categories and projects. Categories are general purpose containers like 'Meeting' or 'Development'. Projects are generally things like a project name ( 'Timmy' for example ).
Timmy inserts a start time when it receives the command ( you must have previously added
"start <category> <project>"
* Not published yet!
npm install timmy
-h, --help Shows this help
-j, --jid JID XMPP jid
-p, --password PASSWORD XMPP Password
-s, --host HOST XMPP Server
-d, --debug DEBUG Debug Messages ( 1-3, 3 being most verbose )
-n, --port PORT XMPP Port ( default 522
xmpp> add category Development
(07:55:42) Time Tracker: category "Development" added.
xmpp> add project Timmy
(07:55:46) Time Tracker: project "Timmy" added.
xmpp> list projects
xmpp> ls proj
xmpp> list categories
xmpp> ls cat
xmpp> list all
xmpp> start <categoryid> <projectid>
xmpp> end <categoryid> <projectid>