Cliptools - Readme.

1 Introduction.

Cliptools is an NVDA add-on that allows you to manage your clipboard in various ways. A lot is planned for this add-on, and I’m always looking for suggestions!

1.1 Current features.

Currently, cliptools can do the following:

1.2 Keys

2 Configuration

3 Building

I hope to add SCons integration some time in the future, but for now

3.1 Building the add-on

Simply compress to a zip, and rename to .nvda-addon. You might also want to delete all the .git stuff before doing so, to keep the file size down.

3.2 Building documentation

To build the docs, you will need Pandoc installed.

Open a command prompt, and type

cd doc
cd en
pandoc -d options.yaml

4 Contributing

I welcome all contributions. It is prefered that you open an issue before filing pull requests, but I won’t require it. A template for pull requests and issues should be coming soon!

4.1 Linting your changes.

Before submitting pull requests, please run the following

flake8 --config=flake8.ini globalPlugins/cliptools/__init__.py

If you get no errors, feel free to push!