aboutsummaryrefslogtreecommitdiff
path: root/utils (unfollow)
Commit message (Collapse)AuthorLines
2023-05-05First attempt at the register command.Adrián Oliva-0/+162
Still needs colored output and doesn't have any filters to it.
2023-05-05Print verb is mostly completed.Adrián Oliva-1/+25
May still have bugs, but for now it is good enough.
2023-05-05The `--file` option is more or less completed.Adrián Oliva-1/+1
The `stdin` option is left to be worked on.
2023-05-04First attempt at storing ledger entries.Adrián Oliva-0/+119
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/+72
First try at reading command line arguments. Still needs testing the command `--sort`.