aboutsummaryrefslogtreecommitdiff
path: root/ledger.py (follow)
Commit message (Collapse)AuthorAgeLines
* First attempt at sorting.Adrián Oliva2023-05-07-0/+4
| | | | | We can only sort by date and amount right now. I don't know if there are other important ways of sorting. D:
* First attempt at the register command.Adrián Oliva2023-05-05-1/+6
| | | | Still needs colored output and doesn't have any filters to it.
* 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`.