Skip to content
/ uconv Public

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

Notifications You must be signed in to change notification settings

genzouw/uconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published