stranslate/README.md

28 lines
999 B
Markdown
Raw Permalink Normal View History

2021-08-12 14:40:24 +02:00
# stranslate
2023-09-24 06:28:31 +02:00
## Info
Forked from justwolf's "stranslate" which is unmaintained. I will continue to maintain this as long as I continue to use it.
Original repo URL: https://codeberg.org/justwolf/stranslate
2021-08-12 14:40:24 +02:00
## Description
**stranslate** is a simple shell script that allows you to translate text from your terminal, using a [privacy-friendly backend](https://git.sr.ht/~metalune/simplytranslate_web).
2023-09-24 06:32:08 +02:00
**stranslate** uses [SimplyTranslate](https://simplytranslate.org/) as a backend, which is an ethical translation service that doesn't require JavaScript.
2021-08-12 14:40:24 +02:00
SimplyTranslate can use both Google Translate and LibreTranslate, without compromising your privacy.
## Usage
Basic usage:
`stranslate -f "Chinese" -t "English" -i "你好"`
`stranslate "你好"`
2023-09-24 06:54:02 +02:00
2021-08-12 14:40:24 +02:00
For detailed information about the usage of the program, see the manual.
2023-09-24 06:46:03 +02:00
## Installation
Debian packages for easy installation are provided in the Github 'Releases' section and on the [deb.rail5.org](https://deb.rail5.org/) repository.