Miscounts is a cross-platform CLI based app written in C++ that logs all the miscounts you've experienced or dealt with in your life.
Make your first miscount like this
$ miscount -m <Miscount> -n <Name> -d <Short Description>
This will create a file by the name of miscount.csv on your Documents folder if there wasn't any, and
then log the miscount.
I've written my very own build system using Python for use in my projects.
Invoke this command and a binary will be built for you.
$ python recipe.py
And then, install it via the shell script
$ ./install.sh
Miscounts is free and open source software abiding with the terms of the MIT License.