emamux
emamux copied to clipboard
Detect socket path to support interact with tmux from GUI Emacs
I work with Emacs in GUI mode, and I found we can use tmux list-session -F "#{socket_path}" to get the socket path to interact with tmux. So I made this to detect socket path, with this we can interact with tmux from GUI Emacs.
Fixes #55