Skip to content

Espanso extensions

EspansoExpress includes support for all Espanso extensions: choice, clipboard, date, random, echo, form, script and shell.

Matches with plain triggers can be used with the form, script and shell extensions. Note that EspansoExpress supports only one of these extensions per match.

There is a built-in datetime string builder to streamline use of the date extension:

Datetime string builder

There is a built-in form editor to streamline use of the form extension.

Support for the script extension allows for script language and path to script. Note that double and single quotes are saved exactly as entered.

Support for the shell extension is limited to the Windows cmd command shell. This enables use of a single line command such as:

"curl 'https://api.ipify.org'"

As for the script extension, double and single quotes are saved exactly as entered.