| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
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`.
|