Skip to content

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

License

Notifications You must be signed in to change notification settings

nsmarkop/plover_open_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages