https://github.com/dext7r/termitranslate
A command line tool for quick and easy translation in the terminal.
https://github.com/dext7r/termitranslate
Last synced: about 1 year ago
JSON representation
A command line tool for quick and easy translation in the terminal.
- Host: GitHub
- URL: https://github.com/dext7r/termitranslate
- Owner: dext7r
- License: apache-2.0
- Created: 2024-03-02T05:21:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T01:01:27.000Z (about 2 years ago)
- Last Synced: 2025-03-09T23:18:19.261Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termitranslate
A command line tool for quick and easy translation in the terminal.
[](https://github.com/dext7r/TermiTranslate/search?l=css)
[](https://github.com/dext7r/TermiTranslate/commits)

## Installation
To use Termitranslate, you can install it globally via npm:
```bash
npm install -g termitranslate
```
## Usage
Termitranslate provides a simple way to translate text directly from your terminal. Here are some examples of how to use it:
### Translate from English to Chinese
```bash
termitranslate "hello"
```
### Translate from Chinese to English
```bash
termitranslate "你好"
```
## Commands
- `termitranslate`: The main command for translating text.
- `translate`: An alias for `termitranslate`.
- `tt`: A shorthand command for quick translations.
## Contributing
If you'd like to contribute to Termitranslate, feel free to open an issue or submit a pull request on [GitHub](https://github.com/dext7r/TermiTranslate).
## License
This project is licensed under the ISC License. See the [LICENSE](./LICENSE) file for more details.
## Contact
For any inquiries or feedback, you can reach out to the author at [h7ml@qq.com](mailto:h7ml@qq.com).