Re: Interfacing with tmux through other languages without shell commands? Libevent? Shared libraries?

2015-04-29 Thread Nicholas Marriott
Hi You can use tmux control mode. On Wed, Apr 29, 2015 at 10:19:48AM -0500, Tony Narlock wrote: Greetings, I notice that tmux uses libevent. I maintain a project for interfacing with tmux through Python.** It's pretty robust, essentially it lets you control tmux servers,

Interfacing with tmux through other languages without shell commands? Libevent? Shared libraries?

2015-04-29 Thread Tony Narlock
Greetings, I notice that tmux uses libevent. I maintain a project for interfacing with tmux through Python. It's pretty robust, essentially it lets you control tmux servers, sessions, windows and panes as tmux objects [1+2]. This is the only external language binding I've seen with tmux: -