Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 761 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 761 Bytes

Plover Open URL

Command plugin for Plover to open a URL, a folder, or files.

The package is available on GitHub and PyPI.

Usage

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}"
}

License

The MIT License.