0.0.0 • Published 12 years ago
traxx0r v0.0.0
traxx0r
I wrote this because my doctor wanted me to track some variables throughout my day, and I was sick of trying to make spreadsheets do the job. Hopefully, it is helpful for you as well. <3
Install
$ sudo npm install traxx0r -gAdd a row
$ traxx0r --foo bar --comments 'this is an example.'Timestamps are automatically generated, and the row is stored in a leveldb in your home folder.
Print out a report
$ traxx0r ls
--key--                   --timestamp--  --foo--  --comments--
2013-11-15T00:00:00.000Z  Nov 14 5:00    bar      this is an example.The key is an ISO-formatted datestring, which is how leveldb keys the row.
Delete a row
$ traxxor del <key>This will delete the row based on the key in leveldb.
License
MIT. Too lazy to dump a LICENSE file. If you really need one let me know.
0.0.0
12 years ago