Tag: status
Post To Identi.ca using Curl
May 2, 2009
Post a status update to identi.ca using just curl curl –basic –user binnyva:PASSWORD –data-ascii “status=The new status goes here” http://identi.ca/api/statuses/update.xml
git status Without the Untracked Files
November 4, 2007
Don’t show the untracked files in git status git status | perl -pe “exit if(/Untracked files\:/)”
Recent Comments