| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
The output still needs colors, but it's functional. :D
|
|
|
|
|
| |
Before we had to iterate and immediatly stop. Now if there's only one
type of currency, we can return the string of it.
|
| |
|
|
|
|
| |
Even if we can only sort by date and amount.
|
|
|
|
|
| |
We can only sort by date and amount right now. I don't know if there are
other important ways of sorting. D:
|
|
|
|
|
| |
At least with just the `<` and if we only have one type of currency. The
value is the only thing that will be compared.
|
| |
|
|
|
|
| |
Still needs colored output and doesn't have any filters to it.
|
|
|
|
| |
May still have bugs, but for now it is good enough.
|
|
|
|
| |
The `stdin` option is left to be worked on.
|
|
|
|
| |
Now it completely ignores the `.vscode` folder.
|
|
|
|
|
| |
Now we can store the entries in very simple ways and we can even print
them!
|
|
|
|
|
| |
Just added new lines to both respect the 80 characters width and the new
line at the end of the file.
|
| |
|
|
|
|
|
| |
First try at reading command line arguments. Still needs testing the
command `--sort`.
|
|
|