https://github.com/vrslev/ytr
Yandex.Translate CLI prompt
https://github.com/vrslev/ytr
cli translate translate-api yandex yandex-translate
Last synced: 5 months ago
JSON representation
Yandex.Translate CLI prompt
- Host: GitHub
- URL: https://github.com/vrslev/ytr
- Owner: vrslev
- Archived: true
- Created: 2022-05-01T17:21:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T12:48:15.000Z (almost 4 years ago)
- Last Synced: 2025-11-29T05:34:43.814Z (7 months ago)
- Topics: cli, translate, translate-api, yandex, yandex-translate
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytr — Yandex.Translate prompt
This is a CLI for Yandex's translate service. At some point I got tired of opening the website, so I made a CLI.
https://user-images.githubusercontent.com/75225148/166160552-1e8846db-c52f-41ba-80e4-b5d28d4a5c79.mov
## Installation
```console
pipx install ytr
```
If you don't use [`pipx`](https://github.com/pypa/pipx/) yet, install with `pip`:
```console
pip install ytr
```
## Usage
Just run `ytr`.
By default it uses `en` and `ru` language hints. You can override this behaviour with `--hints` flag, for example, `ytr --hints en de`.
That's it: enjoy!