sibson / vncdotool

A command line VNC client and python library
Other
452 stars 120 forks source link

Request: add a command "InputFile" to input the whole file content #220

Closed Neilpang closed 1 year ago

Neilpang commented 2 years ago

The type command can input simple string. Sometimes, I need to input a complex script as a string, it's hard to escape the chars in the string. So, it would be good to have a new command InputFile or typeFile to read the file content and type it in one by one.

thanks

sibson commented 1 year ago

https://github.com/sibson/vncdotool/blob/main/vncdotool/command.py#L93

Neilpang commented 1 year ago

thanks