Skip to content

Instantly share code, notes, and snippets.

@Akkiesoft
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save Akkiesoft/8857619 to your computer and use it in GitHub Desktop.

Select an option

Save Akkiesoft/8857619 to your computer and use it in GitHub Desktop.
mikutterで手軽にふぅっぅうぅっぽうするプラグイン〜(∵)〜
# -*- coding: utf-8 -*-
Plugin.create :mikutter_fuxuxxuuxuppou do
command(:fuxuxxuuxuppou,
name: 'ふぅっぅうぅっぽう',
condition: lambda{ |opt| true },
visible: true,
role: :postbox
) do |opt|
Plugin[:gtk].widgetof(opt.widget).widget_post.buffer.text = "ふぅっぅうぅっぽう"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment