jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
458 stars 35 forks source link

don't keep tms process around when attaching session #110

Closed junglerobba closed 4 months ago

junglerobba commented 4 months ago

uses exec (execvp) to replace tms with tmux instead of waiting for the child tmux client to exit

before: image after: image

junglerobba commented 4 months ago

(not sure if this works on windows) edit: does that even matter, does tmux work on windows??