Changes
- Try to unify command line parsing (issues with quotes), #551
- Implement
vtm --script <body>option, #544- The
vtm --script <body>option allows the specified script to be run after the vtm is ready to accept user input. - The following characters in
--script <body>will be de-escaped\e,\t,\r,\n,\a,\",\',\\
- The
Example
run vtm client, wipe taskbar menu, and run two terminals:
vtm --script "vtm.del()\nvtm.run()\nvtm.run()"