Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avivbens/alfred-text-transformer
Use Alfred to enhance your text: translate, correct spelling, beautify, fix grammar, and more! ✨
https://github.com/avivbens/alfred-text-transformer
ai alfred beautify code gen-ai macos spell-check text translate
Last synced: 26 days ago
JSON representation
Use Alfred to enhance your text: translate, correct spelling, beautify, fix grammar, and more! ✨
- Host: GitHub
- URL: https://github.com/avivbens/alfred-text-transformer
- Owner: Avivbens
- License: mit
- Created: 2024-07-04T21:25:30.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:55:23.000Z (2 months ago)
- Last Synced: 2024-08-28T12:02:14.895Z (2 months ago)
- Topics: ai, alfred, beautify, code, gen-ai, macos, spell-check, text, translate
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Alfred Text Transformer
[![Latest Version Downloads](https://img.shields.io/github/downloads/avivbens/alfred-text-transformer/latest/total?label=Latest%20Version%20Downloads&color=green)](https://github.com/avivbens/alfred-text-transformer/releases/latest)
[![Latest Version](https://img.shields.io/github/v/release/avivbens/alfred-text-transformer?label=Latest%20Version&color=green)](https://github.com/avivbens/alfred-text-transformer/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/avivbens/alfred-text-transformer/total?label=Total%20Downloads&color=blue)](https://github.com/avivbens/alfred-text-transformer/releases)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/kcao7snkgx)
## Description
Translate, spell-check, and transform text in Alfred, using AI and other tools.
## Features 🥷
- Grammar: Correct grammar mistakes
- Beautify: Enhance the text for better readability and engagement
- Spell Check: Identify spelling errors without grammar checking
- Translate: Translate text into any language
- Tones: Change the tone of the text be giving input
- Summarize: Summarize the text to be more concise
- Explain: Explain the text in a more understandable way### Install via GitHub Releases :sparkles:
```bash
repo_name="Avivbens/alfred-text-transformer"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)curl -fsSLk $download_url -o ~/Desktop/alfred-text-transformer.alfredworkflow
open ~/Desktop/alfred-text-transformer.alfredworkflow
```## Usage
Use your customized Alfred keyword to activate each command.
You can hold down the `cmd` key to preview the output before copying it.
### Translate 🈯
Enter the language code (e.g., "en" for English) followed by the text to be translated, like "en Hello, how are you?"
If the language code is missing, the default language will be English.