Command plugin for Plover to open a URL, a folder, or files.
The package is available on GitHub and PyPI.
In order to use this plugin in Plover you need to create a dictionary entry of the form:
{
"example_stroke": "{PLOVER:OPEN_URL:url}"
}
For example, if you wanted to open Google:
{
"example_stroke": "{PLOVER:OPEN_URL:https://www.google.com}"
}
or if you wanted to open Program Files on Windows:
{
"example_stroke": "{PLOVER:OPEN_URL:C:\\Program Files}"
}
The MIT License.