dictation-toolbox / Caster

Dragonfly-Based Voice Programming and Accessibility Toolkit
https://dictation-toolbox.github.io/Caster/
Other
340 stars 121 forks source link

Open rule files by voice #902

Open LexiconCode opened 3 years ago

LexiconCode commented 3 years ago

Is your feature request related to a problem? Please describe.

rather than navigating through the OS we should be able to summon rule files by voice. edit <rule>/open <rule>

Describe the solution you'd like

add a new command called edit <rule> for example edit Firefox would open up the file in the default file association.

Thoughts on implementation: We don't want to execute Python file but open it up editor.

kendonB commented 3 years ago

I think this is already covered by bringme as long as the user has the "open with" default set correctly?

It could be improved for caster files still though. For example, what about "create user copy of " which copies a caster rule to the user/rules folder then adds that file to sm_bringme.toml

mmcmille commented 3 years ago

Vocola has the command "edit commands" which brings up the command file for the focused window. It makes adding or editing commands exceptionally easy. Something similar would be nice to implement. I'm currently using the bring me functionality ("bring me Firefox rules") which works pretty well, but "edit rules" would be more fluid. Just my 2 cents