Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

vrslev/ytr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

demo.mov

Installation

pipx install ytr

If you don't use pipx yet, install with pip:

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!