Re: [ANN] into-ledger: Efficient tool to import transactions into ledger

2016-12-12 Thread Bren Smith
I'm still running into a problem, but I may have found the reason why. (~):> ledger payees | wc 9467327 43588 I converted a beancount file over to a ledger journal and seemed to have had the comments field in beancount concatenated into the payee field in ledger. Thus I have a huge

Re: [ANN] into-ledger: Efficient tool to import transactions into ledger

2016-12-08 Thread Manish Rai Jain
So, the problem was, you were running out of keyboard shortcuts; you probably have more than 75 categories. So, I've changed how into-ledger assigns keyboard shortcuts to use the natural hierarchy of ledger accounts. This would make more keyboard shortcuts available, and they'll be context

Re: [ANN] into-ledger: Efficient tool to import transactions into ledger

2016-12-08 Thread Manish Rai Jain
It looks like you have defined an account, but not a corresponding alias. account Expenses:Shopping alias shop The previous code wasn't very smart about it. I've modified the code now to be smarter and to silently skip if it can't find what it's looking for. So, update the code and try again.

Re: [ANN] into-ledger: Efficient tool to import transactions into ledger

2016-12-02 Thread Manish R Jain
Hi Bren, Sorry for the delay. The config file should be located inside "~/.into-ledger", with the name "config.yaml". You can see the relevant code here: https://github.com/manishrjain/into-ledger/blob/master/main.go#L655 I'll add this part to the README, so it's clear. Also, feel free to file

Re: [ANN] into-ledger: Efficient tool to import transactions into ledger

2016-11-29 Thread Bren Smith
Hi Manish, Quick question. Where should one be putting their .into-ledger *config* file? It appears that running the application creates a *directory* called ".into-ledger" in my $HOME and then places the shortcuts.yaml file in that directory (e.g. /Users/bren/.into-ledger/shortcuts.yaml). So

[ANN] into-ledger: Efficient tool to import transactions into ledger

2016-11-27 Thread Manish Rai Jain
Hi ledger users, I have over a hundred transactions per month and a lot of categories; I was unhappy with the existing transaction import tools. So, I wrote "into-ledger" to make import efficient. Features: - *Accurate*: Uses a much more accurate tf-idf expense classifier than used by