Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Balance now has colors! | Adrián Oliva | 2023-05-07 | -16/+1 |
| | | | | | Moved color functions to its own file. Now the colored output can be easily edited in general. | |||
* | `currencies` class can now convert to string. | Adrián Oliva | 2023-05-07 | -3/+14 |
| | | | | | Before we had to iterate and immediatly stop. Now if there's only one type of currency, we can return the string of it. | |||
* | We can now compare currencies. | Adrián Oliva | 2023-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 Oliva | 2023-05-05 | -8/+27 |
| | ||||
* | First attempt at the register command. | Adrián Oliva | 2023-05-05 | -0/+162 |
Still needs colored output and doesn't have any filters to it. |