Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Created September 13, 2010 07:32
Show Gist options
  • Save 0xnbk/576935 to your computer and use it in GitHub Desktop.
Save 0xnbk/576935 to your computer and use it in GitHub Desktop.
Update your Twitter status…using Vim
command -range Twitter
<line1>,
<line2>write ++enc=UTF-8 !curl --data-urlencode status@- --netrc --no-remote-name http://twitter.com/statuses/update.xml
</line2></line1>
@0xnbk
Copy link
Author

0xnbk commented Sep 13, 2010

Update your Twitter status…using Vim

The Vim editor is one of the most powerful and complete text editor available. This command, allowing you to update your Twitter status, is just one more proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment