echo nihonngokirai | ./imelike.sh
Last active
January 16, 2019 12:22
-
-
Save coord-e/079d80e4689571ece28d560db430d565 to your computer and use it in GitHub Desktop.
IMEをインストールしたくないんじゃあ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uconv -x hiragana | xargs -I{} curl -s 'http://www.google.com/transliterate?langpair=ja-Hira|ja&text={}' | jq -r '[.[][1][0]] | join("")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment