Stefano Zacchiroli

Results 20 issues of Stefano Zacchiroli

[ context: this thread on the Ledger-cli maling list https://groups.google.com/forum/#!topic/ledger-cli/AfGKE2Svv0s ] It would be nice if icsv2ledger could provide an extra (maybe optional) step to review/edit each transactions after it...

[ context: this thread on the Ledger-cli maling list https://groups.google.com/forum/#!topic/ledger-cli/AfGKE2Svv0s ] Currently, the granularity of icsv2ledger addons is that of columns: extra columns present in the input CSV can be...

[ context: this thread on the Ledger-cli maling list https://groups.google.com/forum/#!topic/ledger-cli/AfGKE2Svv0s ] To remove a metadata tag "FOO", icsv2ledger supports the "-FOO" syntax, which is great. However, to remove a metadata...

[ context: this thread on the Ledger-cli maling list https://groups.google.com/forum/#!topic/ledger-cli/AfGKE2Svv0s ] It would be nice if icsv2ledger could learn from the input ledger file (--ledger-file) not only account names and...

When exploring expenses (or any other account, really) with bar charts, it would be very useful to add horizontal bars displaying the average and possibly other quantiles (e.g., 10/90%). That...

enhancement
help wanted

It'd be nice to autocomplete metadata values after the corresponding metadata label followed by ":" is entered in the filter box. For instance, given these transactions: ``` 2018-01-01 * coffee...

enhancement
help wanted

GNU sort v. Rust sort: ``` $ /usr/bin/sort --buffer-size=50% < /dev/null $ target/release/coreutils sort --buffer-size=50% < /dev/null sort: invalid --buffer-size argument '50%' ``` Relevant excerpts from GNU sort manpage: ```...

U - sort
good first issue

This makes the metadata key ordering fall back to the "natural" dictionary ordering that, sarting with Python 3.7, is insertion order (as it was the case for OrderedDicts with Python...

Any plan to also have Java bindings?

I'm looking into switching from an import pipeline that relies on the mapping database of [icsv2ledger](https://github.com/quentinsf/icsv2ledger) (integrated into my importers) to smart_importer. The main shortcoming I'm seeing is that I...