Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portable format for saving multi-pane sessions in terminal emulators #28

Open
abitrolly opened this issue Sep 8, 2019 · 4 comments
Open

Comments

@abitrolly
Copy link
Member

abitrolly commented Sep 8, 2019

Much needed an ability to open terminal session for specific issue in bug tracker. The session with mutiple panes already setup with code, tests, log output - everything immediately demonstrating the issue at hand, and actionable (prepared to be fixed) by typing text into active cursor location.

From #22.

@abitrolly
Copy link
Member Author

abitrolly commented Sep 8, 2019

Tilix session format: gnunn1/tilix#709 (comment)

@abitrolly
Copy link
Member Author

abitrolly commented Sep 8, 2019

Terminator layouts are GUI only: https://terminator-gtk3.readthedocs.io/en/latest/layouts.html

@abitrolly abitrolly changed the title Portable terminal session format Portable format for saving multi-pane sessions in terminal emulators Feb 20, 2020
@abitrolly
Copy link
Member Author

abitrolly commented Apr 29, 2020

Terminology start options allow to split at start and run commands. Still doesn't work right in 1.6.0 - bash only in a first page and a trace is show in parent stdout.

terminology -S v- -e "/bin/bash" "/bin/bash"

@abitrolly
Copy link
Member Author

tmux can start and run two commands in separate panes.

tmux new-session "bash"\; split-window -h "bash"\;

The only problem is with bash, which doesn't have an option to run command and stay in interactive session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant