Download v1.10)
Encode / Decode (Encoding and decoding a string into multiple variations.
Requirements
Installing
- Click the download buttons below
- Double-click to import into Alfred 2
- Review the workflow to add custom Hotkeys
macOS Monterey (12.0) compatibility
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 [email protected]
Note: If you've installed php with homebrew previously, you also need to
brew unlink php
brew link [email protected]
- Head to setting page of this Alfred workflow, double-click on encode / decode block, and change
php
to/usr/local/bin/php
.
Updating
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.
About
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.
Commands
encode {query}
- Encode magicdecode {query}
- Decode magic