Add human readable list to list_notifications
list_notifications
currently exports data in the JSON format. It's good for machine processing but problematic for human readers. I suggest to add an option like -H
/ --human-readable
which will switch the output to a human readable format (table-like or similar).
Related to #5