Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.44 KB

misakura

A UNIX command to translate into Misakura language

Install

Mac OS X

misakura has a available formula for Homebrew, so you can install it with the following command:

brew install https://gist.github.com/shiwano/9853149/raw/misakura.rb

Other Environments

misakura is a shell script, so you can install with adding the file to your $PATH.

Usage

Command Line

$ misakura 本日はお招きいただきありがとうございます
本日はお゙ぉおォおん招きいぃたらきぁあああ あぉりがとうごじゃいぃましゅぅぅぅ
$ echo たまには運動するのも気持ちいいですね | misakura
たまには運動しゅるのぉおおのぉおおもぎも゛ぢいぃ゛いぃ゛ぃれしゅぅぅぅね

Git Hook

$ curl -L https://gist.github.com/shiwano/9855692/raw/commit-msg > .git/hooks/commit-msg
$ chmod +x .git/hooks/commit-msg

See also commit-msg hook for misakura

Special Thanks

みさくら語変換

Release History

  • 2014-03-30   v0.1.1   Fix a garbage characters bug.
  • 2014-03-29   v0.1.0   First release.

License

Copyright (c) 2014 Shogo Iwano Licensed under the MIT license.