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

Construct Shell Script #19

Open
ethagnawl opened this issue Jun 26, 2020 · 2 comments
Open

Construct Shell Script #19

ethagnawl opened this issue Jun 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ethagnawl
Copy link
Owner

Instead of repeatedly shelling out to send commands to tmux, rmuxinator should build up a single script/series of commands and only shell out once.

This script can also be used to support a debug command which will allow users to see the output rmuxinator is sending to their shell.

@ethagnawl ethagnawl added the enhancement New feature or request label Jun 26, 2020
@ethagnawl ethagnawl self-assigned this Jun 26, 2020
@ethagnawl ethagnawl changed the title Build up single shell script Construct Shell Script Jun 26, 2020
@ethagnawl
Copy link
Owner Author

Also consider using: https://github.com/rust-shell-script/rust_cmd_lib

@ethagnawl
Copy link
Owner Author

If we wind up dumping commands to the shell (instead of creating a script in /tmp or something), it could also be a nice UX improvement if we offered users the option to have the rmuxinator session commands ignored by their shell's history (e.g. set +o history, ..., set -o history).

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

No branches or pull requests

1 participant