traxx0rdeprecated

A medical diary application for tracking symptoms, diet, etc.

Usage no npm install needed!

<script type="module">
  import traxx0r from 'https://cdn.skypack.dev/traxx0r';
</script>

README

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.