Ledger to OFX

I keep my finances in J Wiegley's Ledger format, which means everything is in a flat text file, for easy editing. I recently decided to use Xero.com for both my company and personal accounts. Unfortunately, this means that I somehow needed to upload all my past transaction data. So I wrote a Python script to convert Ledger format account files to OFX. You can grab a copy of the source code over at GitHub.

Evernote to Dropbox

I've just started using Evernote to make a note of things I find interesting on the web and to capture ideas or random thoughts. So far I love it!
What I wanted was an easy way to extract the notes and save them to my filesystem, where they become much more useful. Specifically I want to save the notes as text files to a place in my Dropbox repository, so they get synced across all my devices, and are backed up.

Continue reading “Evernote to Dropbox”