Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Print verb is mostly completed. | Adrián Oliva | 2023-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 Oliva | 2023-05-05 | -1/+1 |
| | | | | The `stdin` option is left to be worked on. | |||
* | First attempt at storing ledger entries. | Adrián Oliva | 2023-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 Oliva | 2023-05-03 | -0/+72 |
First try at reading command line arguments. Still needs testing the command `--sort`. |