We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be extremely useful to configure a Profile with split windows (e.g., 3 windows in 1 profile), to each run a separate command on launch.
I understand this may be slightly difficult to implement with regards to GUI, but I'd appreciate it if you could consider it.
SSH profile with 3 split tabs: Tab #1: docker logs nginx Tab #2: watch -n 1 'docker ps' Tab #3: for running other commands for devops purposes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
It would be extremely useful to configure a Profile with split windows (e.g., 3 windows in 1 profile), to each run a separate command on launch.
I understand this may be slightly difficult to implement with regards to GUI, but I'd appreciate it if you could consider it.
Example
SSH profile with 3 split tabs:
Tab #1: docker logs nginx
Tab #2: watch -n 1 'docker ps'
Tab #3: for running other commands for devops purposes
The text was updated successfully, but these errors were encountered: