timepouch
v0.0.12
Published
A simple command-line time tracker, inspired by timetrap and built on PouchDB so its database is syncable.
Downloads
12
Readme
timepouch
timepouch
is a command-line time tracking utility made with node.js and PouchDB. It was inspired by timetrap. timepouch
improves on timetrap by using a database that can very easily sync with CouchDB.
Getting Started
npm install -g timepouch
Basic Usage
$ tp --help
Options:
-d, --display Display checkins for the current sheet
-s, --sheet Select or create a sheet
-l, --list Display timesheets
-i, --in Check in to the current timesheet
-o, --out Check out of the current timesheet
TODO
- Add a sync option
- Build a web interface to make syncing with a CouchDB useful
- Improve output formatting and reporting
- Add editing
- Add ability to specify start and end times