| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
And mostly finished. It still needs a few tweaks here and there, but
it is completely usable in this state.
|
|
|
|
| |
I DID IT!! I'm really happy with the result. :')
|
| |
|
|
|
|
| |
Apparently it can only be sorted alphabetically. So I hard-coded it.
|
|
|
|
|
| |
Moved color functions to its own file. Now the colored output can be
easily edited in general.
|
| |
|
|
|
|
| |
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`.
|