diff --git a/ReadMe.md b/ReadMe.md index 9c24e576a..9ffde4f56 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,26 +10,26 @@ Alternatively use the [master branch](https://github.com/dictation-toolbox/Caste - [Caster Demo](https://www.youtube.com/watch?v=oIwh3z2jXD4) - [VimGolf and Project Euler](https://www.youtube.com/watch?v=T1bKAqDhH_E) - [Dictating maths into scientific notebook](https://www.youtube.com/watch?v=oq8EoPu0cGY&t=3s) and [Dictating math by voice using Caster](https://www.youtube.com/watch?v=z-iHvPmjcas) -- [Instructions for installing](castervoice/doc/Installation.md) +- [Instructions for installing](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/Installation.md) - Documentation on Caster [[ReadTheDocs](http://caster.readthedocs.org/en/latest/README/)] [[YouTube](https://www.youtube.com/channel/UC2qZzmCj_5ZKkTa3i9X1LCg)] and Dragonfly [[ReadTheDocs](https://dragonfly2.readthedocs.io/en/latest/)] - [How to Speak Code](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/examples/speaking/examples1/) - Example Document - Caster Command Reference Guides - - [Caster](CasterQuickReference.pdf) - Universal navigation and editing - These commands are active all the time, and provide input commands for letters, numbers and punctuation, as well as the ability to easily manipulate windows and text. + - [Caster](https://github.com/dictation-toolbox/Caster/blob/develop/CasterQuickReference.pdf) - Universal navigation and editing - These commands are active all the time, and provide input commands for letters, numbers and punctuation, as well as the ability to easily manipulate windows and text. - `window right` moves the active window to the right-hand side of the screen. - `prekris` inserts a pair of brackets `()` and moves the cursor inside them. - `shackle` selects the current line. - - [Applications](castervoice/doc/readthedocs/Application_Commands_Quick_Reference.md) - Application specific control - These commands are only activated when a particular program is the active window, and they provide support for text editors, IDEs, web browsers etc. For example, while the Sublime text editor is the active window, saying + - [Applications](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/Application_Commands_Quick_Reference.md) - Application specific control - These commands are only activated when a particular program is the active window, and they provide support for text editors, IDEs, web browsers etc. For example, while the Sublime text editor is the active window, saying - `find` will execute a `ctrl-f` keystroke, bringing up the find and replace prompt, - `open file` will execute a `ctrl-o` keystroke, - `edit next ` - `ctrl-d` n times, selecting the next n instances of the currently selected word. - - [Program Languages](castervoice/doc/readthedocs/CCR_languages_Quick_Reference.md) - Language specific coding - These modules are activated and deactivated with the `enable/disable ` voice command. For example say `enable python`. + - [Program Languages](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/CCR_languages_Quick_Reference.md) - Language specific coding - These modules are activated and deactivated with the `enable/disable ` voice command. For example say `enable python`. - `for loop` which will insert `for i in range(0, ):` - `print to console` - `print()` - `open file` - `open('filename', 'r') as f:` -- [Contributing / How can I help?](https://github.com/synkarius/caster/blob/master/caster/doc/CONTRIBUTING.md) -- [Making your own Dragonfly and Caster rules](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/examples/Rule%20Construction/) augmented by [Development Commands](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/CCR/) +- [Contributing / How can I help?](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/Contributing.md) +- [Making your own Dragonfly and Caster rules](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/examples/Rule%20Construction/) augmented by [Development Commands](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/CCR_languages_Quick_Reference.md#development) - Need support or just curious? Join our community at [![Join the chat at https://gitter.im/synkarius/caster](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dictation-toolbox/home) and [Discord](https://discord.gg/9eAAsCJ) for voice chat. -- The [Voice Index](castervoice/doc/readthedocs/Voice_Index.md) is a curated source of information: Videos, Blogs, Repositories, Presentations, etc related to Dragonfly, voice programming, and accessibility. +- The [Voice Index](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/Voice_Index.md) is a curated source of information: Videos, Blogs, Repositories, Presentations, etc related to Dragonfly, voice programming, and accessibility. # Feature List @@ -42,11 +42,11 @@ Alternatively use the [master branch](https://github.com/dictation-toolbox/Caste - [Dragon NaturallySpeaking](https://www.nuance.com/dragon.html) v13 and higher - [Windows Speech Recognition](https://support.microsoft.com/en-us/help/17208/windows-10-use-speech-recognition) -- Supported [Programming Languages](castervoice/doc/readthedocs/CCR_languages_Quick_Reference.md) - Enhanced by Caster's [Continues Command Recognition](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/CCR/) - [Demo](https://www.youtube.com/watch?v=Obdegwr_LFc&index=5&list=PLV6JPhkq1x8LHu02YefhUU9rXiB2PK8tc) +- Supported [Programming Languages](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/CCR_languages_Quick_Reference.md) - Enhanced by Caster's [Continues Command Recognition](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/CCR/) - [Demo](https://www.youtube.com/watch?v=Obdegwr_LFc&index=5&list=PLV6JPhkq1x8LHu02YefhUU9rXiB2PK8tc) - Python, Java, Bash, C++, C#, Rust, Go, HTML, CSS, JavaScript, SQL, Dart, Latex , Matlab, R, Prolog, VHDL, and Haxe -- Supported [Software](castervoice/doc/readthedocs/Application_Commands_Quick_Reference.md) +- Supported [Software](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/Application_Commands_Quick_Reference.md) - IDEs/Editors: Microsoft Visual C++, Visual Studio, Eclipse, Jetbrains IDEs, Emacs, Sublime, Atom, Visual Studio Code, Notepad++, FlashDevelop, Sql Developer, and SQL Server Management Studio - Development Tools: Command Prompt, GitBash, KDiff3 @@ -55,7 +55,7 @@ Alternatively use the [master branch](https://github.com/dictation-toolbox/Caste - Git Client: Github Desktop - Applications: Foxit Reader, Gitter, fman, Total Commander, Typora, Microsoft Word, Outlook, and Excel -- [Editing and Navigation](CasterQuickReference.pdf) +- [Editing and Navigation](https://github.com/dictation-toolbox/Caster/blob/develop/CasterQuickReference.pdf) - Four additional [mouse navigation modes](https://caster.readthedocs.io/en/latest/caster/doc/readthedocs/Mouse/): curse, douglas, legion, and rainbow - [Demo](https://www.youtube.com/watch?v=UISjQBMmQ-I&feature=youtu.be) - Text/line navigation commands, text formatting commands @@ -69,8 +69,8 @@ Alternatively use the [master branch](https://github.com/dictation-toolbox/Caste - Third-party Integrations - - [Sikulix](http://sikulix.com/) - [Setup](castervoice/doc/readthedocs/Sikuli.md): Automates anything you see on the screen of your desktop computer. - [Demo](https://youtu.be/RFdsD2OgDzk?list=PLV6JPhkq1x8LHu02YefhUU9rXiB2PK8tc&t=512) - - [Aenea](https://github.com/dictation-toolbox/aenea) - [Setup](castervoice/doc/readthedocs/Aenea.md): A client-server library for using voice macros from Dragon NaturallySpeaking and Dragonfly on remote/non-windows hosts. + - [Sikulix](http://sikulix.com/) - [Setup](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/Sikuli.md): Automates anything you see on the screen of your desktop computer. - [Demo](https://youtu.be/RFdsD2OgDzk?list=PLV6JPhkq1x8LHu02YefhUU9rXiB2PK8tc&t=512) + - [Aenea](https://github.com/dictation-toolbox/aenea) - [Setup](https://github.com/dictation-toolbox/Caster/blob/develop/castervoice/doc/readthedocs/Aenea.md): A client-server library for using voice macros from Dragon NaturallySpeaking and Dragonfly on remote/non-windows hosts. - Caster extends the Dragonfly API for even more powerful commands.