Skip to content

Instantly share code, notes, and snippets.

@Haptein
Last active February 12, 2022 05:10
Show Gist options
  • Select an option

  • Save Haptein/9c9034c585d2751fdd76b39fd6e8a11b to your computer and use it in GitHub Desktop.

Select an option

Save Haptein/9c9034c585d2751fdd76b39fd6e8a11b to your computer and use it in GitHub Desktop.
Adds furigana to whatever's in your clipboard
#! /usr/bin/bash
# requires wl-clipboard and kakasi, Xorg can do with xclip instead
str=`wl-paste`
wl-paste | kakasi -i utf8 -JH -f -p | wl-copy
@Haptein
Copy link
Author

Haptein commented Feb 12, 2022

完璧じゃないけど、こんな風に。ー> 完璧[かんぺき]じゃないけど、こんな風[{かぜ|ふう|ぷう}]に。

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