diff options
author | mattn | 2008-06-20 02:32:25 +0000 |
---|---|---|
committer | mattn | 2008-06-20 02:32:25 +0000 |
commit | 5ad5efaec44e583c39c506fb13ce0aabf587f1d1 (patch) | |
tree | 152742db845baf48df5cbd01564d26501041d8d3 /twitter.js | |
parent | 4e24594529fa6b090aa9cebaf91ca4777aea19f9 (diff) | |
download | vimperator-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.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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);
|