Integrations with DevUtils are done via URL Scheme. You can use this to integrate with most apps and workflows.

Official Integrations

Alfred

Activate Alfred Integration by going to DevUtils → Preferences... → Integrations → Click the Alfred Icon.

CleanShot 2022-04-09 at 12.55.08@2x.png

Raycast

Go to DevUtils Raycast Script Commands and follow the instructions.

Untitled

Terminal

Integrations with Terminal is done via URL Scheme. See the document below for more information.

URL Scheme

DevUtils supports various commands and parameters that allows you to activate the tool ****via a URL. For example, you can also use it as a link (e.g. in an HTML page) like this:

<a href="devutils://unixtime?input=1642824941">Click Here</a>

Or from Terminal.app / CLI:

# Enter in Terminal.app or bash:
open "devutils://unixtime?input=1642824941"

Or copy this to your browser address bar and hit Enter: devutils://unixtime?input=1642824941

Commands

General URL Format

In general, you can activate DevUtils with this URL format:

devutils://command?param1=value1&param2=value2...