Tool to track my debt among my friends.
- add
- show
- total
adds transaction to the record based on date example:
$ tracker add -t '<- Ben 800 \\ for my new PC'
$ tracker add -t '-> Ben 100 \\ for his new router' -d '12-03-2019'
displays the current record
$ tracker show
adds the amounts from the transaction record based on either
- name
- date
- name and date
$ tracker total
$ tracker total -n Ben
$ tracker total -d '12-03-2001'