Skip to content

Instantly share code, notes, and snippets.

@guehara
Last active December 14, 2015 05:29
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 guehara/5035554 to your computer and use it in GitHub Desktop.
Save guehara/5035554 to your computer and use it in GitHub Desktop.
helm-consadole-uniform-number-2013
;; Original Source
;; http://niku.name/articles/diary/2013/02/21/helm%E3%81%A7%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%89%E3%83%BC%E3%83%AC%E6%9C%AD%E5%B9%8C2013%E3%82%B7%E3%83%BC%E3%82%BA%E3%83%B3%E9%81%B8%E6%89%8B%E8%83%8C%E7%95%AA%E5%8F%B7%E3%82%92%E6%8E%A2%E3%81%99
(defvar helm-consadole-uniform-number-2013-source
'((name . "consadole sapporo uniform number 2013")
(candidates . (("1 GK 曵地 裕哉")
("16 GK イ ホスン")
("21 GK 阿波加 俊太")
("30 GK 杉山 哲")
("2 DF 日高 拓磨")
("3 DF パウロン")
("5 DF チョ ソンジン")
("6 DF 前 貴之")
("23 DF 奈良 竜樹")
("25 DF 櫛引 一紀")
("26 DF 小山内 貴哉")
("27 DF 松本 怜大")
("29 DF 永坂 勇人")
("4 MF 河合 竜二")
("8 MF 砂川 誠")
("10 MF 宮澤 裕樹")
("15 MF 古田 寛幸")
("17 MF 岡本 賢明")
("18 MF 深井 一希")
("20 MF 上里 一将")
("24 MF 荒野 拓馬")
("28 MF 神田 夢実")
("31 MF 堀米 悠斗")
("32 MF 中原 彰吾")
("7 FW 榊 翔太")
("9 FW 横野 純貴")
("11 FW 前田 俊介")
("13 FW 内村 圭宏")
("14 FW 上原 慎也")
("19 FW テレ")
("22 FW 三上 陽輔")))
(action . message)))
(defun helm-consadole-uniform-number-2013 ()
(interactive)
(helm-other-buffer '(helm-consadole-uniform-number-2013-source) "*helm consadole uniform number 2013*"))
(provide 'helm-consadole-uniform-number-2013)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment