This package has been deprecated

Author message:

I wrote this module a very long time ago; you should use something else.

traxx0r

0.0.0 • Public • Published

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 -g

Add 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.

Readme

Keywords

Package Sidebar

Install

npm i traxx0r

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • jesusabdullah