Skip to content

Instantly share code, notes, and snippets.

@coord-e
Last active January 16, 2019 12:22
Show Gist options
  • Save coord-e/079d80e4689571ece28d560db430d565 to your computer and use it in GitHub Desktop.
Save coord-e/079d80e4689571ece28d560db430d565 to your computer and use it in GitHub Desktop.
IMEをインストールしたくないんじゃあ
uconv -x hiragana | xargs -I{} curl -s 'http://www.google.com/transliterate?langpair=ja-Hira|ja&text={}' | jq -r '[.[][1][0]] | join("")'

echo nihonngokirai | ./imelike.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment