The explications continue.
It’s been a while since I talked about how I’m using text files, and my post a while ago on Quicksilver appending reminded me of a few little changes I’ve made over the past year or so that my fellow text geeks might find interesting.
Reviewing: Why text?
Like a lot of geeks and aspirational geeks, I do as many things as possible in plain text files. I’ve endlessly sung the praises of text on 43F, but in a nutshell, they’re portable, efficient, tiny, and almost endlessly mungible. They’re the lingua franca of Unix and most of the civilized world.
As you’ll see, I use text files for any variety of things, although my favorite use is for making and maintaining lists. The aforementioned append functionality lets me quickly add items to any file with nothing but muscle memory and a few keystrokes. Best thing ever.
I also write in text files as well as store large amounts of reference information. Text is very easy to swap into HTML (I keep almost everything in Markdown format), and text is wonderfully searchable, whether using Spotlight, Find & Replace, or just via incremental search from within the editor.
Point being: I use applications like OmniOutliner, iCal, and (formerly) Entourage to organize the relationships between silos in my life; but text files are the living repositories for as much of the actual information as I can manage.
Getting a system
Like everything, this text system benefits from a loose organizational framework that lets me quickly create and change files without having to worry too much about what it’s called, where it goes, and how I’ll find it again. So here’s a few high points from my text world.
read more »