├── .gitignore ├── LICENSE ├── README.md └── speechHistory ├── globalPlugins └── speechHistory.py └── manifest.ini /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jscholes/nvda-speech-history/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jscholes/nvda-speech-history/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jscholes/nvda-speech-history/HEAD/README.md -------------------------------------------------------------------------------- /speechHistory/globalPlugins/speechHistory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jscholes/nvda-speech-history/HEAD/speechHistory/globalPlugins/speechHistory.py -------------------------------------------------------------------------------- /speechHistory/manifest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jscholes/nvda-speech-history/HEAD/speechHistory/manifest.ini --------------------------------------------------------------------------------