talonhub / community

Voice command set for Talon, community-supported.
MIT License
623 stars 779 forks source link

Enable readline and python tags in talon repl #1540

Closed fidgetingbits closed 1 month ago

fidgetingbits commented 1 month ago

Similar to #1451 this uses a context using not forced language to override code.language and enable python lang features inside the talon repl. It also makes the title matching more restricting, as this currently matches on anything with repl in the name, and there are many repls that aren't talon or python...

I also enable readline so that common navigation commands work inside.

phillco commented 1 month ago

I noticed a few readline bugs in the Talon REPL last I looked, but that's more of a bug report for Talon, it clearly intends to implement them