mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-05-07 16:28:06 -05:00
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.