aboutsummaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAgeLines
* First attempt at sorting.Adrián Oliva2023-05-07-0/+118
| | | | | We can only sort by date and amount right now. I don't know if there are other important ways of sorting. D:
* We can now compare currencies.Adrián Oliva2023-05-07-0/+12
| | | | | At least with just the `<` and if we only have one type of currency. The value is the only thing that will be compared.
* New it has colors!!!Adrián Oliva2023-05-05-8/+27
|
* First attempt at the register command.Adrián Oliva2023-05-05-0/+162
| | | | Still needs colored output and doesn't have any filters to it.
* Print verb is mostly completed.Adrián Oliva2023-05-05-1/+25
| | | | May still have bugs, but for now it is good enough.
* The `--file` option is more or less completed.Adrián Oliva2023-05-05-1/+1
| | | | The `stdin` option is left to be worked on.
* First attempt at storing ledger entries.Adrián Oliva2023-05-04-0/+119
| | | | | 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/+72
First try at reading command line arguments. Still needs testing the command `--sort`.