If you want something easy to parse you could use some like this: ledger reg --format "|%(date) |%(payee) |%(account) |%(amount) \n%/|%\$3| %\$4\n"
On Wed, Apr 11, 2012 at 11:57, John Wiegley <[email protected]> wrote: > >>>>> Stefan Tunsch <[email protected]> > writes: > > > What is the standard way to do this? I know I can call ledger with > python > > and execute a script on it. I know I can use the xml option that will > > output the data in xml format, without the cropping. > > Try using --account-width=999. That should effectively disable cropping > for > only the account. --payee-width=999 will disable cropping for the Payee. > > John > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com
