aboutsummaryrefslogtreecommitdiffstats
path: root/twitter.js
diff options
context:
space:
mode:
authormattn2008-06-20 02:32:25 +0000
committermattn2008-06-20 02:32:25 +0000
commit5ad5efaec44e583c39c506fb13ce0aabf587f1d1 (patch)
tree152742db845baf48df5cbd01564d26501041d8d3 /twitter.js
parent4e24594529fa6b090aa9cebaf91ca4777aea19f9 (diff)
downloadvimperator-plugins-5ad5efaec44e583c39c506fb13ce0aabf587f1d1.tar.bz2
add doc.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@14280 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twitter.js')
-rw-r--r--twitter.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/twitter.js b/twitter.js
index 5c474c4..e47d027 100644
--- a/twitter.js
+++ b/twitter.js
@@ -4,6 +4,14 @@
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
//
// The script allows you to update Twitter status from Vimperator 0.6.*.
+//
+// Commands:
+// :twitter some thing text
+// post "some thing text" to twitter.
+// :twitter! someone
+// show someone's statuses.
+// :twitter!? someword
+// show search result of 'someword' from "http://twitter.1x1.jp".
(function(){
var passwordManager = Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);