-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cmder console commands #181
Comments
Cmder is some special sauce into conEmu. Conemu can do all you ask. I think the defaults are ConEmu Settings are |
Thanks for the help! Though I'm still not able to figure out how do manipulate cmder through console commands. For example, I want to create an alias the duplicates the root and runs a specific command on the newly created tab - is that possible? Thanks! |
I think what you want to be editing is a custom cmder seems to use init.bat so you could try modifying that? If you use the powershell console edit the file in |
I'm not exactly sure what I can do in the custom profile, kinda a newb here. I've tried experimenting with doing things like:
|
I'd like to know if there's a way to invoke Cmder like cmd.exe; You can invoke git bash with Now, you can combine the above commands and make a shell that stays open, but it'll be in the ugly command prompt window. I'm asking if I can do it with Cmder, just run a command and stay open. Edit: I just saw https://github.com/bliker/cmder/blob/master/Cmder.bat, this wasn't in my download for some reason. Looks like I should be able to pipe commands to ConEmu, but it's not really working... maybe someone who has done this before can help me? Update: Solved it, so
Now running @namanyayg You can use all of these commands if you pass the options to ConEmu via |
See also #457 |
Looks like another one relevant to #370 with 457 a workaround. |
Is there any simple way to pass instructions to cmder through cmd or cmder itself? Example, something like creating a new tab, opening cmder in the current location, etc.
The text was updated successfully, but these errors were encountered: