github directvt/vtm v0.9.60

latest releases: v2026.01.16, v2026.01.13, v2026.01.11...
24 months ago

GitHub all current

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, \", \', \\

Example

run vtm client, wipe taskbar menu, and run two terminals:

vtm --script "vtm.del()\nvtm.run()\nvtm.run()"

Don't miss a new vtm release

NewReleases is sending notifications on new releases.