omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
556 stars 51 forks source link

sessionx doesn't work with session names that have spaces #38

Closed darricheng closed 3 months ago

darricheng commented 5 months ago

If I rename my session to a name with a space, sessionx returns an invalid session.

For example, if I name my session some session name, the session will appear as somesessionname in sessionx with the error Unknown session: somesessionname.

Screenshot 2024-01-24 at 9 05 39 PM
yakloinsteak commented 4 months ago

I'm working on a fix: https://github.com/yakloinsteak/tmux-sessionx/pull/1 which works for me, but I haven't had time to fully test it yet.