Skip to content
Discussion options

You must be logged in to vote

Saving inputs and outputs of each pane

Short answer: yes. Try this as a starting point (you can feed into an LLM).

You can build exactly what you described - "a list of inputs that also give access to the outputs associated with them" - on top of libtmux today. The one piece neither tmux nor libtmux can synthesize for you is where one command ends and the next begins; that signal has to come from your shell, via OSC 133 semantic prompts. Once your shell emits those, libtmux already ships the two primitives you need:

APIs available in libtmux as of v0.60.0

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ch1c0t
Comment options

Answer selected by ch1c0t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants