Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Forked from teshi04/tetsuya_img.rb
Last active December 15, 2015 15:29
Show Gist options
  • Save misodengaku/5282319 to your computer and use it in GitHub Desktop.
Save misodengaku/5282319 to your computer and use it in GitHub Desktop.
トトリ
#-*- coding: utf-8 -*-
Plugin.create :totori_gazou do
command(:totori_gazou,
name: 'トトリちゃんに睨まれる',
condition: lambda{ |opt| true },
visible: true,
role: :window) do |opt|
baseurl = 'http://24.media.tumblr.com/tumblr_m0oe3hklSP1qipa7fo1_500.jpg'
Plugin.call(:update, nil, [Message.new(message: "ブラウザで天使トトリちゃんをを表示します", system: true)])
Gtk::openurl (baseurl)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment