Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Last active December 16, 2015 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/5435877 to your computer and use it in GitHub Desktop.
Save penguin2716/5435877 to your computer and use it in GitHub Desktop.
mikutterの薄い本製作委員会へのリンク
# -*- coding: utf-8 -*-
Plugin.create :mikutter_book_shortcut do
command(:mikutter_book_shortcut,
name: 'mikutterの薄い本のページを開く',
icon: File.expand_path(File.join(File.dirname(__FILE__), "icon.png")),
condition: lambda{ |opt| true },
visible: true,
role: :window) do |opt|
::Gtk::openurl 'http://home1.tigers-net.com/brsywe/mikutter.html'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment