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!
Currently, cliptools can do the following:
I hope to add SCons integration some time in the future, but for now
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.
To build the docs, you will need Pandoc installed.
Open a command prompt, and type
cd doc
cd en
pandoc -d options.yaml
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!
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!