tofias dot net

log | a bucket full of thoughts

Posts tagged with osx


  In Mac OS X, you vote with your Dock.” — Michael Lopp (2003) introducing an interview with Brent Simmons



A List to LaTeX Itemized List

Seth wanted an AppleScript for BBEdit that would turn a list into a LaTeX Itemized List.


tell application "BBEdit"
remove prefix selection of project window 1 prefix "\item "
add prefix selection of project window 1 prefix "\item "
set selection to "\begin{itemize} \r" & selection & "\r\end{itemize}" as text
end tell



  The marvel of the iPad is not that it can replace a Mac. It’s that it opened the door to all sorts of things that a Mac was never all that good for.” — John Gruber