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: 7 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:55:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T02:04:29.879Z (over 1 year 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
[](https://github.com/avivbens/alfred-text-transformer/releases/latest)
[](https://github.com/avivbens/alfred-text-transformer/releases/latest)
[](https://github.com/avivbens/alfred-text-transformer/releases)
[](https://www.buymeacoffee.com/kcao7snkgx)
## :warning: Deprecated Repository Notice
> **Important:** This repository is now deprecated. We have moved all our Alfred workflows into a unified monorepo for better maintenance and collaboration.
>
> [Avivbens/alfredo](https://github.com/Avivbens/alfredo?tab=readme-ov-file)
---
## Unified Alfred Workflows Monorepo
We've consolidated all of our Alfred workflows into a single, streamlined monorepo. This centralized repository makes it easier to explore, update, and contribute to a variety of workflows—all in one place.
Feel free to open issues, submit pull requests, and stay tuned for further updates as we continue enhancing our Alfred workflows!
## 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.
## Configuration
