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

https://github.com/sheepla/gtrans

A tiny command for Google Translate
https://github.com/sheepla/gtrans

Last synced: over 1 year ago
JSON representation

A tiny command for Google Translate

Awesome Lists containing this project

README

          

# gtrans

*A tiny command for Google Translate powered by Deno*

## Usage

```
> gtrans --help
Usage: gtrans
Version: 0.0.1

Description:

A tiny command for Google Translate

Options:

-h, --help - Show this help.
-V, --version - Show the version number for this program.
-s, --source - source language (required)
-t, --target - target language (required)
```

## Example

```
gtrans -s en -t ja "Hello, World!" # => こんにちは世界!
```

## Installation

```sh
deno install --allow-net --name gtrans --force "https://raw.githubusercontent.com/sheepla/gtrans/master/cli.ts"
```

## License

MIT