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
- Host: GitHub
- URL: https://github.com/sheepla/gtrans
- Owner: sheepla
- License: mit
- Created: 2023-05-06T15:14:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T15:25:51.000Z (about 3 years ago)
- Last Synced: 2025-01-10T21:30:14.202Z (over 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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