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

Suggestion : Add "Run command" option in tabs. #45

Closed
stefcl opened this issue Oct 25, 2013 · 3 comments
Closed

Suggestion : Add "Run command" option in tabs. #45

stefcl opened this issue Oct 25, 2013 · 3 comments
Labels

Comments

@stefcl
Copy link

stefcl commented Oct 25, 2013

Hello,
I really enjoy the possibility to define custom tabs. It's currently possible to define the type of shell and statup dir, how about a "run command" textfield (equivalent to -r)?

I create many .bat files with SET PATH directives to set up my console environments (I use different ones for PHP, postgresql backup/restore, Java/ant/maven development). It would be great if I could set my tabs to immediately execute one of these scripts when I open them.

Best

@cbucher
Copy link
Owner

cbucher commented Oct 25, 2013

Hello,

Configure the tab's shell like this:
%comspec% /k myscript.bat

@stefcl
Copy link
Author

stefcl commented Oct 28, 2013

Thanks Christophe,
It works fine. But Since I am using powershell, I had to use this syntax :

powershell -noexit C:\Dev\pathtomyscript.bat

May I suggest to add some examples in the manual?

@cbucher
Copy link
Owner

cbucher commented Oct 28, 2013

Hello,

I can add some examples.
But users must read the syntax of the shell they choose.

@cbucher cbucher closed this as completed Oct 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants