Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lockstep/dragon.rb

A ruby DSL to customize Dragon Dictate for OSX
https://github.com/lockstep/dragon.rb

Last synced: 26 days ago
JSON representation

A ruby DSL to customize Dragon Dictate for OSX

Awesome Lists containing this project

README

        

# Dragon.rb
A ruby DSL for customizing Dragon Dictate on OSX. Introductory post
[here](http://blog.paulrugelhiatt.com/dragonrb/ruby/2015/02/16/introducing-dragonrb-an-open-source-ruby-dsl-for-voice-recognition-software.html).

## Setup
Clone the repo and run `bundle`. Copy the example database config:

cp db/database.example.yml db/database.yml

and configure as needed:

```yml
# db/database.yml

test:
adapter: sqlite3
database: 'db/test.sqlite'
production:
adapter: sqlite3
database: '/Users/USERNAME/Library/Application Support/Dragon/Commands/USERNAME.ddictatecommands'
```

Run tests with `rspec spec`. Sync to Dragon with `rake`.

## WARNING
This is currently an experimental project under active development.
Collaborators are welcome, but please do not consider the library ready for
carefree use. If used incorrectly, this has the potential to permanently
corrupt your Dragon Dictate command library (and any related data).