aboutsummaryrefslogtreecommitdiff
path: root/ledger.py (follow)
Commit message (Collapse)AuthorAgeLines
* First attempt at storing ledger entries.Adrián Oliva2023-05-04-1/+8
| | | | | Now we can store the entries in very simple ways and we can even print them!
* Read and test command line arguments.Adrián Oliva2023-05-03-0/+12
First try at reading command line arguments. Still needs testing the command `--sort`.