Every repository with this icon (
Every repository with this icon (
| Description: | Termtter is a terminal based Twitter client edit |
-
doc ディレクトリを作ってその中にリリースノートを移動
CHANGELOG ファイルを作って変更を記録する
Comments
-
DB にデータを貯めておくと他のプラグインにとっても便利なので。
ただ、SQLite が必須になるのがどれだけ影響がでかいかがよくわからない。
Comments
-
初期設定でもかなりいい感じになるようにしておく。
プラットフォームによってセットアップ処理を変えてもいいかも。
Mac では growl プラグインをはじめから読み込むようにしておくとか。
Comments
-
システムに深く関わってる設定は config.system に統一するとか。
Comments
-
0 comments Created 7 months ago by jugyostandard_commands.rb を各コマンドごとに別ファイルに分割したいtaskxplugins/standard_commands/ ディレクトリ以下に置いといて、plugins/standard_commands.rb で全部読み込むようにするとか。
そのほうがすっきりする気がする。
Comments
-
- pause_and_go コマンドを実行するとタイムラインの自動更新が停止する
- 何かコマンドを実行(update test とか)
- タイムラインの自動更新が開始される
Comments
- pause_and_go コマンドを実行するとタイムラインの自動更新が停止する
-
毎時0分に時報的な何かを標準出力に書き出すような。
Comments
-
Comments
-
Lingr亡き今、twitterのチェネルはある意味チャットとして利用できるのではないかという発想。
inspired by java-ja
Comments
sl pluginにてトラッキングはできるようにしました
あとは発言時に自動的にハッシュタグを入れられると幸せ
自動的に付加されれるハッシュタグを指定できたらいいですかねぇ。
> add_hashtag termtterみたいにして。
-
list -n 100 jugyoみたいなやつ
Comments
-
9b4ba06 を見て思ったんだけど、
Termtter::Connection って、こういうケースでもちゃんと機能するはずじゃなかったけ?機能しないのであれば作り直さないとね。
Comments
-
0 comments Created 6 months ago by jugyoTermtter::Client.init で stdout とかの標準プラグインをロードしようとしてたら警告出すようにした方が親切だと思うよideaxComments
-
list jugyo | grep termtterみたいな
Comments
-
Debian機でtrendプラグインを使ったとき、エラーがでてトレンドがみれないので直す
Macでは問題なし
Comments
-
ほしい。
Comments
-
Comments
-
二回目は警告を出すようにする
Comments
-
Comments
-
status や user のデータをメモリ上に保持する仕組みを提供する。
db プラグインと cache プラグインのインターフェースを合わせておけば差し替えられる。
環境(SQLite が使えないとか)によって cache と db どっちを使うか決めるようにしてもいいかもしれない。
Comments
-
出力ごとに色を変えると見やすくなると思う。
Comments
-
DB プラグインを使えばうまくできるはず
Comments
-
「open http://example.com」とすると http://example.com をブラウザで開く
「open ~/.termtter/config」とすると ~/.termtter/config をエディタで開く
「open @jugyo」とすると http://twitter.com/jugyo をブラウザ開くとか。
Comments
-
> create_hook Name: xxxx generate plugin... エディタ起動みたいな
Comments
-
> edit_plugin xxxx エディタ起動みたいな
Comments
-
0 comments Created 5 months ago by jugyogem で Termtter をインストールした後に起動方法などのメッセージを出したいtaskxComments
-
モデルがStructなのでモデルに対する操作がモデルに集約できない。
そのためモデルの操作が、コア、pluginに限らず全体に散らばっておりオブジェクト指向で設計できない。
TermtterKaigi 2009で出たアイディアとしては- RubytterのデータはJSON->Hashに変換したHashで返す
- TermtterではHash->クラスへ変換する
- Hash->クラス変換はヘルパとしてRubytterにするかTermtterにするかは後で検討する
の3点。要検討。
Comments
-
0 comments Created 4 months ago by jugyolist コマンドで表示されるデータのデフォルトの件数を指定できるようにしたほうがいい気がしてきたideaxComments
-
Comments
-
Comments
-
I see in my settings file auto_upload is set to true and I have an interval of 300 set (which I assume is 5 minutes). However, I do not see any updates coming in automatically. How do I make the program auto-refresh?
Comments
-
OSで設定しているproxy設定を自動的に使ってほしい
Comments
-
Multiple login attempts should be made
2 comments Created about 1 month ago by BanzaiManIf the first (and only?) login attempt fails, the user is left in no man's land. (Or it's not clear to me how another attempt should be made.) This can be avoided by either:
make a preset number of attempts, and exist after the last failure, or implement a command to authenticate (if switch_user is desirable, it should be loaded by default) and prompt the user to execute the appropriate command.Comments
-
error when updating with a message longer than 140 chars.
4 comments Created about 1 month ago by lizaurWhen you make an "update" (or "twit") longer than 140 characters, instead of showing an error letting the user know that this update can't be made, Termtter show the latest update made as the new entry.
For example, the situation would be something like this:
u this is a test.
updated => this is a test
u this is another test, but this one is longer than 140 characters and should notice the user that can't be posted to twitter. and these are a few extra chars to make it longer than 140 characters :-).
updated => this is a testSorry if this was already issued as a bug, but I can't read/write japanese :-|, and don't trust translators (usually, these screw up the message with nonsense crap)
Comments
Thank you for report a issue and using termtter :-).
I understand the problem.
I think it's because twitter api's behavior was changed.
I am considering about the problem.
So, please wait.
Hi there,
BTW, this happens also when you twit something that you've tweet in the past (!?!).
I don't really understand why twitter doesn't allows to twit two (or more) times the same string, but when you do, you get an error, and termtter behaves similar to when you create tweets longer than 140 chars.Thanks
Twitter is blocking duplicate tweets :-(.
http://www.techcrunch.com/2009/10/14/cleaning-up-the-stream-twitter-kills-duplicate-tweets/
-
以下にconfig.debug=trueとして出力したトレースバックを添付します。
[c:\]termtter [31m[ERROR] NoMethodError: undefined method `text' for # [0m[31m[ERROR] C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/stdout.rb:98:in `status_line' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/stdout.rb:82:in `print_statuses' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/stdout.rb:81:in `each' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/stdout.rb:81:in `print_statuses' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/stdout.rb:62:in `call' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:170:in `output' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:169:in `each' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:169:in `output' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/standard_commands.rb:22 C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/command.rb:62:in `call' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/command.rb:62:in `call' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:217:in `call_commands' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:205:in `each' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:205:in `call_commands' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/task_manager.rb:54:in `invoke_and_wait' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/task_manager.rb:83:in `synchronize' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/task_manager.rb:81:in `synchronize' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/task_manager.rb:53:in `invoke_and_wait' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:194:in `call_commands' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/plugins/defaults/auto_reload.rb:16 C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/hook.rb:28:in `call' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/hook.rb:28:in `call' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:188:in `call_hooks' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:186:in `each' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:186:in `call_hooks' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/lib/termtter/client.rb:338:in `run' C:/Develop/ruby-1.8/lib/ruby/gems/1.8/gems/jugyo-termtter-1.3.1/bin/termtter:6 C:/Develop/ruby-1.8/bin/termtter:19:in `load' C:/Develop/ruby-1.8/bin/termtter:19Comments
-
tinyurl plugin: bit.ly breaks when & symbol is in url
1 comment Created 27 days ago by beechboneWhen I tried to submit this ebay url:
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=220509703021&ssPageName=STRK:MEWAX:ITThe returned bit.ly url linked to:
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemI'm not sure if this is a problem with the tinyurl plugin or the bit.ly api itself.
Comments
-
I need 'drafts' command that manage draft posts.
4 comments Created 17 days ago by jugyoComments
指定した時間内に処理が終わらなければ実行されたコマンドそのものをドラフトとして保存するようにしてもいいかもしれない
+1 これはpluginからも使いたい機能です。
例えばlast.fmとかの再生リストをdraftに取り込み、postしたいやつだけを選択するといった使い方をしたい。
-
Comments
-
CommandCanceled を使えばいい
Comments












リリースノートは doc に移した