Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sanitize colons too in tmux session name #150

Merged

Commits on Apr 20, 2024

  1. fix: sanitize colons too in tmux session name

    Fixes a bug with `cml tmux` when the lab name contains a colon (e.g. Lab at Sat 20:54 PM)
    
    libtmux:
    tmux(1) session names may not be empty, or include periods or colons.
    These delimiters are reserved for noting session, window and pane.
    
    (Starting, tmux 3.2+ sanitize colons and periods, replacing them with underscore.)
    sgherdao committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    63e3405 View commit details
    Browse the repository at this point in the history