All Projects → AlexanderWillner → Deepl Alfred Workflow2

AlexanderWillner / Deepl Alfred Workflow2

Licence: other
DeepL Alfred Workflow

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Deepl Alfred Workflow2

Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-30.11%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred My Mind
Alfred workflow to search through my notes and bookmarks
Stars: ✭ 321 (+245.16%)
Mutual labels:  alfred, alfred-workflow, workflow
AlfredWorkflows
My workflow creations for Alfred on macOS.
Stars: ✭ 55 (-40.86%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Workflow
Full-featured library for writing Alfred 3 & 4 workflows
Stars: ✭ 2,622 (+2719.35%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Open With Vscode Workflow
Alfred 3 workflow for opening files or folders in Visual Studio Code.
Stars: ✭ 74 (-20.43%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-mailto
Send emails to recipients and groups from Alfred
Stars: ✭ 59 (-36.56%)
Mutual labels:  alfred, workflow, alfred-workflow
alfred-latex-symbols-workflow
🔎 Alfred 3-4 workflow to search for latex symbol commands
Stars: ✭ 33 (-64.52%)
Mutual labels:  alfred, workflow, alfred-workflow
alfred-relative-dates
Alfred workflow to generate relative dates in different locales
Stars: ✭ 30 (-67.74%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-75.27%)
Mutual labels:  alfred, alfred-workflow, workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+497.85%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Fakeum
Generate fake test data in Alfred
Stars: ✭ 195 (+109.68%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-16.13%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+2300%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-microsoft-onenote-navigator
Use Alfred to browse through your Microsoft OneNote notebooks, section groups and sections and then jump to them instantly.
Stars: ✭ 52 (-44.09%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Reddit
Browse Reddit from Alfred
Stars: ✭ 155 (+66.67%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Stackexchange
Search StackOverflow.com from Alfred
Stars: ✭ 335 (+260.22%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-84.95%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Man
man(1) workflow for Alfred
Stars: ✭ 21 (-77.42%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred.qrcode
A QRcode generator with python-qrcode for Alfred Workflows.
Stars: ✭ 57 (-38.71%)
Mutual labels:  alfred, alfred-workflow
Alfred Appscripts
Alfred workflow to search and run/open AppleScripts for the active application
Stars: ✭ 56 (-39.78%)
Mutual labels:  alfred, alfred-workflow

Alfred DeepL Translation Workflow

Codacy Badge download

DeepL.com is a great, new translation service. It provides better translations compared to other popular translation engines.

Usage

To activate this workflow use the default keyword dl, enter the passage you wanna get translated and end the input with .. The source language will be inferred automatically and the target language can be configured.

Search

After 1-2 seconds you get the translation. This is just an example.

Result

Press to copy the result or ⌘ + ↩ to show result as big screen overlay. You can also translate any selected text within macOS by pressing ⌃ + ⌥ + ⌘ + d.

Caveats

Please note that the DeepL API is designed to translate up to 600 characters per minute and per customer only. Consider to get a pro account. Further, some longer sentences result in the message Error: Too many requests..

Installing the Workflow

  1. Simply download the last release
  2. Unzip the file on your computer
  3. Install Deepl-Translate.alfredworkflow by double-clicking the workflow file and clicking on "Import".

You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.

Once imported, you may want to take a quick look at the workflow settings and setup what keyword you want to use. Further, you can change the target language in the settings as shown in this screenshot:

Config

Command Line

$ # DEEPL_TARGET="FR"
$ ./deepl.sh -l DE "This is just an example."
{
  "items": [
    {
      "uid": null,
      "arg": "Dies ist nur ein Beispiel.",
      "valid": "yes",
      "autocomplete": "autocomplete",
      "title": "Dies ist nur ein Beispiel."
    },
    {
      "uid": null,
      "arg": "Das ist nur ein Beispiel.",
      "valid": "yes",
      "autocomplete": "autocomplete",
      "title": "Das ist nur ein Beispiel."
    },
    {
      "uid": null,
      "arg": "Dies ist nur ein Beispiel dafür.",
      "valid": "yes",
      "autocomplete": "autocomplete",
      "title": "Dies ist nur ein Beispiel dafür."
    },
    {
      "uid": null,
      "arg": "Dies ist nur ein exemplarisches Beispiel.",
      "valid": "yes",
      "autocomplete": "autocomplete",
      "title": "Dies ist nur ein exemplarisches Beispiel."
    }
  ]
}

Details

To create a modified version of the workflow, edit the files and run make workflow to create an updated workflow.

Disclaimer

DeepL is a product from DeepL GmbH. More info: deepl.com/publisher.html

This package has been heavily inspired by m9dfukc's DeepL Alfred Workflow.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].