Files
Andrew Kofink 8b26159819 fix: normalize tmux session names (#983)
Metadata

Relates to #93

Problem

Tmux rewrites dots and colons in session names to underscores, so projects using those characters can create one session name and then target another when rendering tmux commands.

Solution

Normalize dots and colons before shellescaping project session names, add regression coverage for both characters, and document the fix in the unreleased changelog.
2026-05-03 15:40:47 -04:00
..