Claudio Noguera
Claudio Noguera
it can happen that the folders are actually `PosixPath`. They should be converted to strings before applying rstrip.
Wayland
Any plans for supporting wayland?
This fixes the mypy issues at https://github.com/qtile/qtile/pull/4625
When there is a not balanced transaction, the error just reads `Transaction is not balanced`. It would be better to actually show the transaction details: - full text - file...
While the ledger format is humanly readable and somewhat difficult to parse, most of the banks and other financial institutions provide csv files. Having csv files as a native format...
The ```~``` is not expanded to ```$HOME_DIR``` in the configuration files. Typing ```$HOME_DIR``` directly wouldn't work either.
[```hledger``` does this](https://hledger.org/hledger.html#csv-format) and it even has a specific rules file. This will be developed as part of my personal workflow. Currently I: - download statements manually (although I do...
The ```print``` command should print the transactions in journal format. Somewhat similar to what ```reg``` does.