Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsmarkop/plover_open_url

Command plugin for Plover to open a URL, a folder, or files
https://github.com/nsmarkop/plover_open_url

plover plugin

Last synced: about 1 hour ago
JSON representation

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

Awesome Lists containing this project

README

        

# Plover Open URL

Command plugin for [Plover](https://github.com/openstenoproject/plover) to open a URL, a folder, or files.

The package is available on [GitHub](https://github.com/nsmarkop/plover_open_url) and [PyPI](https://pypi.org/project/plover-open-url/).

## Usage

In order to use this plugin in [Plover](https://github.com/openstenoproject/plover) you need to create a dictionary entry of the form:

``` json
{
"example_stroke": "{PLOVER:OPEN_URL:url}"
}
```

For example, if you wanted to open Google:

``` json
{
"example_stroke": "{PLOVER:OPEN_URL:https://www.google.com}"
}
```

or if you wanted to open Program Files on Windows:

``` json
{
"example_stroke": "{PLOVER:OPEN_URL:C:\\Program Files}"
}
```

## License

The MIT License.