| Commit message (Collapse) | Author | 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.
|
|
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 we can store the entries in very simple ways and we can even print
them!
|
|
First try at reading command line arguments. Still needs testing the
command `--sort`.
|