Tag Archives: command-line

Add Git and SVN Branch to Bash Prompt

EDIT: (12-Mar-2010) slight update to the svn prompt code to give a better / more useful output… I’ve seen things like this posted on the net before but never really had a chance to play with the idea. But as … Continue reading

Posted in linux, mac, noteworthy | Tagged , , , , , , , | 2 Comments

Trash Stuff From the Command Line

A great little command-line tool for Leopard: osx-trash manipulates the Mac OS X trash from the command line, just like the Finder does. It uses AppleScript via Scripting Bridge on top of to communicate with the Finder. You can move … Continue reading

Posted in mac, snippets | Tagged , , , | 1 Comment

SSH Shared-Key Setup - SSH Logins Without Passwords

SSH is a great tool for remotely accessing another machine, but entering your password every time you log into a remote box can be a pain if you would like to set-up some background scripts to connect to a server … Continue reading

Posted in linux, mac | Tagged , , , , , | 4 Comments

A Better Ls for Mac OS X

I’m a bit of a command-line freak and like to spend a fair amount of time with the terminal open… As such I like to spend a small amount of time getting the terminal set-up nicely. Other than changing the … Continue reading

Posted in mac, noteworthy | Tagged , , , , , , | 42 Comments