Wishlist: auto commands during interact
It would be nice to be able to have user supplied (either at runtime, via telrc, or via modules loaded) scripts that could be loaded to run during an interactive session.
This would be like color handling, but instead of coloring output it would watch for things from the server and send responses automatically, so you could autofill frequently used things.
The main thing we need for this is to keep a buffer of unmodified text so we can match against it, then we need to verify that we can still use the expect/send commands while in interconnect.
Example: On a zhone box, they prompt you three times if you're sure you want to reload. We could watch for those prompts and autocomplete the second two, so the user only has to type "yes" once.