Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-07 | We can now compare currencies. | Adrián Oliva | -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. | ||||
2023-05-05 | New it has colors!!! | Adrián Oliva | -8/+27 | |
2023-05-05 | First attempt at the register command. | Adrián Oliva | -0/+162 | |
Still needs colored output and doesn't have any filters to it. | ||||
2023-05-05 | Print verb is mostly completed. | Adrián Oliva | -1/+25 | |
May still have bugs, but for now it is good enough. | ||||
2023-05-05 | The `--file` option is more or less completed. | Adrián Oliva | -1/+1 | |
The `stdin` option is left to be worked on. | ||||
2023-05-04 | First 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-03 | Read and test command line arguments. | Adrián Oliva | -0/+72 | |
First try at reading command line arguments. Still needs testing the command `--sort`. |