plaintext

Why Plaintext?

According to the Life Hacks research done by Danny O’Brien, Unix geeks uniformly prefer using plain text files to track their to-do lists. In a computing era when beautiful GUI applications will perform innumerable activities to keep track of you and your data, why would anybody still poke at plain text files, especially on the utilitarian command line of all things?

The question contains the answer: the geeks don’t want feature-bloated programs performing innumerable activities to their data. They want to pick and choose what they write down (or rather, type in), how they manipulate it, what has access to it, and when something gets changed. And they also want to be able to see the trees for the forest, so to speak, without the GUI getting in the way of their work.

See our Plaintext category for a list of posts on the topic.

Raggle and Elinks

Arky over at Playing With Sid posted a few months ago on “Reading RSS/XML feeds in Elinks Line Browser”, which he does by running raggle in server mode, inside a screen session. Then he directs Elinks at that via http://localhost:2222 (the default Raggle web UI port). Clever idea — I expect you could do that over SSH and have Raggle running centrally on a server you could access from wherever.

Lynx package for Mac OS X

Via osxgnu.org, a Universal Terminal and Finder-clickable Lynx package (self-contained), currently at version 2.8.6u.

Insert date and time into Vim or Textmate documents

Thu Sep 20 12:23:36 PDT 2007

Tracked down an easy method to insert the current date (timestamp) into a Vim document:

:r !date

Producing:

Thu Sep 20 12:24:50 PDT 2007

http://princ3.wordpress.com/2007/08/27/insert-current-date-in-vim/

Should probably set up a single key command for that, maybe an F key.

Thu Sep 20 15:36:40 PDT 2007

Within TextMate, short of creating an internal command, the easiest way is to use the Text > Execute Line and Replace with Result and then using the /bin/date utility by simply typing date and then the ctrl-option-r shortcut

links for 2007-06-19

  • Using Emacs org-mode for GTD A brief overview of org-mode Emacs and how it can be used to implement David Allen’s Getting Things Done methodology.
  • GTD with vim Using an outliner in VIM with dynamic todo lists
Syndicate content