Honyakusha
Translate text using a variety of translation services.
Installation
From Binaries
Go to releases page download latest release binary file.
From Source
Ensure that you have a supported version of Go properly installed and setup. You can
find the minimum required version of Go in the go.mod file.
You can then install the latest release globally by running:
$ go install github.com/souk4711/honyakusha/cmd/honyakusha@latest
Usage
Create a configuration file in the XDG config directory:
$ honyakusha init --xdg
Create a config file in $HOME/.config/honyakusha.toml
And then execute:
$ honyakusha trans Hello, World
Raw:
Hello, World
Google Translate:
こんにちは世界
Bing Translator:
ハローワールド
NOTE: You can edit the config file to change the target language if it is not Japanese.
Translation Services
Howto
License
available as open source under the terms of the MIT License.