This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

Paul's Time Sink

| Main | Albums |

Sidenote

Paul Westbrook | 21 April, 2005 19:09

SidenoteWhen I have wanted to write myself an not, I have been using Stickies or writing the text into a shell window.  This isn't ideal, since I normally don't keep Stickies running all of the time, and typing into a shell doesn't really work, especially if it is a multi-line note.

I just found Sidenote yesterday.  It is a little program that puts a drawer on the side of your screen.  When you move the mouse over to that side of the screen, the drawer opens up.  Then you can type or paste your text into a note.
 (More)

Converting Mac to unix line endings

Paul Westbrook | 21 April, 2005 18:51

I lost the script that I used to use to convert mac line endings (returns) to unix line endings (new lines), so I did a search on the web to see what scripts I could find.

There are a lot of implementations of this script. Some using perl, shell script or the flip program. The one that I like to use is an alias in my .bashrc. I found this at macosxhints.

alias mac2unix="perl -pi -e 's/rn?/n/g' "

Powered by LifeType
Design by Book of Styles