joshmedeski / sesh

Smart session manager for the terminal
MIT License
410 stars 16 forks source link

Concatenate connect args into a single string #116

Closed kevinrobayna closed 1 month ago

kevinrobayna commented 1 month ago

fixes: https://github.com/joshmedeski/sesh/issues/114

Some shell send the string value "icon session_name" in two different strings. We should not get the first but the last value so that it's always the session_name or ensure they are all in a single string

joshmedeski commented 1 month ago

I haven't forgotten about this, I'll be sure to test it this week and get it merged.