Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmarr/alfred-workflow-translate
🎩 Quick access to Google Translate via Alfred
https://github.com/hmarr/alfred-workflow-translate
Last synced: 18 days ago
JSON representation
🎩 Quick access to Google Translate via Alfred
- Host: GitHub
- URL: https://github.com/hmarr/alfred-workflow-translate
- Owner: hmarr
- Archived: true
- Created: 2018-11-16T00:12:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T12:48:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T08:15:21.235Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 244 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Translate workflow for Alfred 3+
Quick access to Google Translate via Alfred.
Comes with two example keyword triggers: "es" for English to Spanish and "se" for Spanish to English. To add other languages, simply copy and paste the existing ones, and change the language codes in the script dialog.
## Installation
1. Make sure you have [Node.js installed](https://nodejs.org/en/download/package-manager/#alternatives).
2. Install this package with npm:
```
$ npm install -g alfred-workflow-translate
```