upamune / konjac

翻訳コンニャク

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

konjac

Circle CI

Description

日=>英のみの翻訳ツールです. Microsoft翻訳APIを使用しているので, 登録が必要です. ここにいって, キーを取得しましょう.

Microsoft Translator

登録のくわしい説明です.

Microsoft Translator APIを使ってみる - Qiita

Usage

$ konjac -c config.toml 寿司食べたい
[client]
id = "myid"
secret = "mysecret"

ホーム直下に .konjac.toml を配置するとcオプション指定なしでできます.

$ konjac 寿司食べたい

Install

Windows, MacOSX, Linuxとかに対応しています. みんな大好きSolarisにも対応しています!

Releases

$ go get -d github.com/upamune/konjac

Contribution

  1. Fork (https://github.com/upamune/konjac/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

upamune

About

翻訳コンニャク


Languages

Language:Go 100.0%