Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.67 KB

File metadata and controls

53 lines (32 loc) · 1.67 KB

uconv

Docker Cloud build status Docker Pulls Docker Cloud Automated build

dockeri.co

Description

This is a Docker wrapper for the "uconv" command. This can be used without installing the "uconv" command locally, which is very convenient.

※"uconv"コマンドを使えば、アルファベット、ひらがな、カタカナを用意に変換できます。

Please contact me anytime if you have a problem or request! My information is posted at the bottom of this document.

Requirements

Installation

No installation is required.

Usage

$ echo aiueo | docker run -i genzouw/uconv -x hiragana
あいうえお

$ echo aiueo | docker run -i genzouw/uconv -x katakana
アイウエオ

$ echo あいうえお | docker run -i genzouw/uconv -x latin
aiueo

$ echo あいうえお | docker run -i genzouw/uconv -x katakana
アイウエオ

Author Information

genzouw