github directvt/vtm v0.9.9n

latest releases: v2026.01.16, v2026.01.13, v2026.01.11...
2 years ago

GitHub all current

Changes

  • Draft ngvt-input-mode protocol #400
  • Make logging mode configurable at startup
  • Fix multiline paste
  • Add Bracketed paste mode support DECSET 2004
  • Add DirectVT Proxy Console
    Usage example:
    • Host1 (application server)
    # You can share vtm desktop on LAN
    ncat --exec '/path/to/vtm' --listen 1234 --keep-open
    
    # or share a single application (e.g. calc, term)
    ncat --exec '/path/to/vtm -r calc' --listen 1234 --keep-open
    
    • Host2 (client)
    # Connect to a shared application
    vtm -r dtvt ncat Host1_ip 1234
    
Terminal.Dev.2023-06-21.13-44-37.mp4

Don't miss a new vtm release

NewReleases is sending notifications on new releases.