Encode / Decode (Download v1.10)
Encoding and decoding a string into multiple variations.
- Click the download buttons below
- Double-click to import into Alfred 2
- Review the workflow to add custom Hotkeys
Starting in macOS Monterey, there won't be any PHP runtime (which is required for this workflow) bundle with the OS, find more info in #23.
To Solve this issue, follow these steps:
- Install Homebrew with the command provided on its homepage
- Install PHP runtime with Homebrew
brew install php@7.4
Note: If you've installed php with homebrew previously, you also need to
brew unlink php
brew link php@7.4
- Head to setting page of this Alfred workflow, double-click on encode / decode block, and change
php
to/usr/local/bin/php
.
Run the Alleyoop Workflow using the keyword oop
. If you're not comfortable with Alleyoop, star & watch this repo to keep up to date on new versions and additional workflows.
Will transform your query strings through base64, html, url, and utf-8 encode/decode. Pressing enter will copy the encoded/decoded string to the clipboard.
encode {query}
- Encode magicdecode {query}
- Decode magic