aboutsummaryrefslogtreecommitdiff
path: root/ledger.py (unfollow)
Commit message (Collapse)AuthorLines
2023-05-08First step to adding filters to accounts.Adrián Oliva-3/+3
2023-05-07First attempt at balance!!Adrián Oliva-0/+4
The output still needs colors, but it's functional. :D
2023-05-07First attempt at sorting.Adrián Oliva-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:
2023-05-05First attempt at the register command.Adrián Oliva-1/+6
Still needs colored output and doesn't have any filters to it.
2023-05-04First attempt at storing ledger entries.Adrián Oliva-1/+8
Now we can store the entries in very simple ways and we can even print them!
2023-05-03Read and test command line arguments.Adrián Oliva-0/+12
First try at reading command line arguments. Still needs testing the command `--sort`.