Category Archives: terminal

Textmate: Run Command in Terminal

Maybe this exists already – I couldn’t find it, so I just wrote it. Of course, I am putting this here as code, but one day I’ll publish a new bundle of TextMate commands which includes this and some of the other ones I’ve put together. I was looking around today for some commands that [...]

OSX Terminal Hack – .DS_Store files

This only prevents .DS_Store files from being written on network shares, but nonetheless, quite handy. In the terminal, enter the following: defaults write com.apple.desktopservices DSDontWriteNetworkStores true share:ShareFacebookDiggStumbleUpon

Alias adds to OSX Terminal

Since my latest job has gotten me using the Terminal in OSX much moreso than I used to, I’ve had to bone up on my unix (and linux) commands. Unfortunately, when OSX sets up your user account, there is no .bashrc file (that I could find) for doing things like setting up handy command aliases. [...]