Command Line & Automation
Wherever you need it, there it will be.
Soulver comes with a number of options for using the Soulver engine outside of Soulver itself.
Command line tool
The Soulver Command Line Interface (or CLI) can be installed by going Soulver > Integrations > Terminal (Command Line Interface)
A 'soulver' alias will be created in /usr/local/bin/
to a command-line tool inside Soulver's bundle. This will allow you to use the soulver
command from Terminal. All Soulver's features are present, including variables, currency conversions & date & time calculations:
You can also pipe a list of lines to Soulver and each line will be evaluated. These lines may contain variables.
Alfred Workflow
We offer an Alfred workflow that lets you perform calculations using Soulver.
Download the Alfred workflow from here.
The Alfred workflow uses the Soulver CLI, which is located inside Soulver’s bundle. The workflow expects Soulver to be installed at
/Applications/Soulver 3.app/Contents/MacOS/CLI/soulver
If you move Soulver to a different location, or rename it, make sure to modify the ‘installpath’ variable in the workflow’s settings accordingly.
Last updated