Metadata-Version: 2.0
Name: plover-open-url
Version: 0.0.1
Summary: Command plugin for Plover to open a URL.
Home-page: https://github.com/nsmarkop/plover_open_url
Author: Nick Markopoulos
Author-email: nsmarkop@gmail.com
License: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: UNKNOWN
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: plover (>=4.0.0.dev6)

Plover Open URL
===============

Command plugin for
`Plover <https://github.com/openstenoproject/plover>`__ to open a URL.

Installation
------------

Download the latest version of Plover for your operating system from the
`releases page <https://github.com/openstenoproject/plover/releases>`__.
Only versions 4.0.0.dev6 and higher are supported.

1. Open Plover
2. Navigate to the Plugin Manager tool
3. Select the “plover-open-url” plugin entry in the list
4. Click install
5. Restart Plover

The same method can be used for updating and uninstalling the plugin.

Usage
-----

In order to use this plugin you just need to create a dictionary entry
of the form:

.. code:: json

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

For example, if you wanted to open Google:

.. code:: json

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


