-
Notifications
You must be signed in to change notification settings - Fork 293
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
Request: Pass profile and command to Terminix when launching new Terminix #47
Comments
It's already completed and will be available in the next release which will hopefully be out tonite, see the wiki entry here: https://github.com/gnunn1/terminix/wiki/Command-Line-Actions |
OK. I did not see how to specify a profile that is not the default profile in #40 or the wiki you mentioned. How is that accomplished? Example would be default profile is called "Solarized" other profile is called "Tango". User wants to open new terminal with "Tango" profile rather than default "Solarized" profile. |
You can select the profile using -p or --profile. Running terminix with
|
Great! Thanks! |
With the recent updates to #40 I would like to be able to include the terminal profile and commands to the launching command. This is incredibly useful for launching new sessions, aliases, ssh sessions, etc.
Example:
terminix -c app-new-window -p dev
terminix -c app-new-window -p dev -x bash -c "ssh "
Examples from Gnome terminal:
gnome-terminal --window-with-profile=dev
gnome-terminal --window-with-profile=dev -x bash -c "ssh "
The text was updated successfully, but these errors were encountered: