github directvt/vtm v0.9.65

latest releases: v2026.03.20, v2026.03.19, v2026.03.07...
2 years ago

GitHub all current

Changes

  • Fix vtty applet defaults, #562
  • Add experimental synchronization of the current working directory for all terminal windows with the "Sync" switch enabled.
    Shell CWD Sync activation (OSC9;9):
    • Windows Command Prompt:
    PROMPT $e]9;9;$P$e\$P$G
    
    • PowerShell:
    function prompt{ $e=[char]27; "$e]9;9;$(Convert-Path $pwd)$e\PS $pwd$('>' * ($nestedPromptLevel + 1)) " }
    
    • Bash:
    export PS1='\[\033]9;9;\w\033\\\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
    

Don't miss a new vtm release

NewReleases is sending notifications on new releases.