Created
September 13, 2010 07:32
-
-
Save 0xnbk/576935 to your computer and use it in GitHub Desktop.
Update your Twitter status…using Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.