An open API service indexing awesome lists of open source software.

https://github.com/yumafuu/dezo

Transrate a word betweeen Japanese and English on cli.
https://github.com/yumafuu/dezo

cli gem ruby

Last synced: 8 months ago
JSON representation

Transrate a word betweeen Japanese and English on cli.

Awesome Lists containing this project

README

          

# Dezo
Dezo is a cli tool that transrates a word Japanese between English.

## Installation

$ gem install dezo

## Usage

```
$ dezo
```

and then type a word which you wanna transrate.

![dezo1](https://user-images.githubusercontent.com/32477095/70144939-543e2400-16e2-11ea-80a0-c458d37b9aa4.gif)

or

you can write oneline

```
$ dezo word
```

```
$ dezo word1 word2 ...
```

## Depends on
Dezo depends on デ辞蔵Webサービス

- デ辞蔵Webサービス
https://www.est.co.jp/dev/dict/REST

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/YumaFuu/dezo.