Could you add some documentation how to use this?
jaresty opened this issue · 4 comments
talon-ai-tools/GPT/gpt-shell.talon
Line 7 in 62a1ad1
I tried to use the model shell functionality but couldn't figure out how to use it. Could you add something to the read me with some examples?
model shell list all the python files in the current directory
returns ls *.py
from which I can then say paste model output
I can adds some additional documentation but does that make sense? Is something not working? just want to be on the same page
I'm not sure why, but it does not seem to be picking up my words as words. When I tried using that example command, it recognized everything after shell as talon commands instead of dictation. I'm not sure why that is?
Did you pull the repository? If you are saying the command all in one go and have the command defined properly, it should work fine. There is just a 'model shell' command that operates upon the selected text as well, but that shouldn't be triggered unless you pause or say something that wouldn't be matched as user.text.
That was the problem. Sorry about that!