[OT] A little collection of cool terminal tools

2014-03-03 Thread Lifepillar
Hi, I thought you might like this: http://kkovacs.eu/cool-but-obscure-unix-tools/ If you scroll down you'll understand why I've posted it here ;) Enjoy, Life -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Reckon wants your csv files

2014-03-03 Thread Edwin van Leeuwen
Hi all, Just a quick update. I have since added a number of csv files and tests to reckon. In the end not that many changes were needed for reckon to parse them correctly. Thank you all for the help. As far as I can tell the money columns in csv files are structured in 4 different ways. 1.

Re: Reckon wants your csv files

2014-03-03 Thread Martin Blais
On Mon, Mar 3, 2014 at 10:35 AM, Edwin van Leeuwen edwinv...@gmail.comwrote: Just a thought on the internal format of a library: I would be tempted to use OFX as an internal format and then from there to ledger/beancount format. This is because OFX is a well defined format, so should hold any

Re: Ledger 'print' converts hours to seconds

2014-03-03 Thread Pascal Fleury
Actually, it does not exactly do the same thing. The interesting feature of print without --raw is that it aligns the columns of numbers nicely. but it converts 'h' to minutes as described before. With the --raw it mostly does not touch the file's formatting. so I ask again: besides me using 'hr'

Re: Reckon wants your csv files

2014-03-03 Thread Simon Michael
On 2/27/14 8:45 AM, Martin Blais wrote: I'm in the process of forking out my Beancount import code into a new project, which will be called ledgerhub, and which will be free of Beancount code dependencies, i.e. it should work for it, Ledger and any other similar implementations. Here is the

Re: Reckon wants your csv files

2014-03-03 Thread Harshad RJ
Martin et al, Nice initiative. A suggestion: On Wed, Feb 12, 2014 at 2:10 AM, Martin Blais bl...@furius.ca wrote: - Fetching: code that can automatically obtain the data by connecting to various data sources. The ledger-autosync attempts to do this using ofxclient for institutions that