Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | The `--file` option is more or less completed. | Adrián Oliva | 2023-05-05 | -2/+2 |
| | | | | The `stdin` option is left to be worked on. | |||
* | Changed gitignore. | Adrián Oliva | 2023-05-04 | -6/+1 |
| | | | | Now it completely ignores the `.vscode` folder. | |||
* | First attempt at storing ledger entries. | Adrián Oliva | 2023-05-04 | -1/+127 |
| | | | | | Now we can store the entries in very simple ways and we can even print them! | |||
* | Edited README fille. | Adrián Oliva | 2023-05-04 | -2/+5 |
| | | | | | Just added new lines to both respect the 80 characters width and the new line at the end of the file. | |||
* | Added README file. :D | Adrián Oliva | 2023-05-04 | -0/+14 |
| | ||||
* | Read and test command line arguments. | Adrián Oliva | 2023-05-03 | -0/+84 |
| | | | | | First try at reading command line arguments. Still needs testing the command `--sort`. | |||
* | Git Ignore file. First commit. | Adrián Oliva | 2023-05-03 | -0/+249 |