-
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
No list of command-line options? #370
Comments
https://github.com/bliker/cmder/blob/master/launcher/src/CmderLauncher.cpp#L105 Unfortunately, they are hard-coded in launcher, I don't see any way to provide command-line argument for ConEmu process. This is sad, I want to customize something... Basically, I want /title parameter to be exposed, I want to name it something like "Terminal" and icon from mintty :) |
Well that is disheartening, for a tool that aims to be the ultimate command line window :( |
I agree, ConEmu has so many powerful command line arguments, for them to not be able to be passed in is a huge letdown. |
Soon ™️ |
I would like to see this implemented as well, shame it's not supported yet - shouldn't be too complicated. |
It'd be nice if GitHub had a feature request thing, because those AREN'T really "issues," and users could vote on them. |
@Muzical84 - Most collaborators use the label feature to tag relevant issues as feature requests. Users typically 'vote' on them by commenting. |
+vote |
+1 |
+1 |
1 similar comment
+1 |
+1 |
This works in my launchy setup. The auto.bat file is indexed with the default launchy mechanisms. The cmder.bat is located next to cmder.exe auto.bat: cmder.bat: |
Hi thecere, thanks for this but this returns "python/No module named auto". I just installed Python and there's no auto.cli. |
Hi otravers, forget the python specifics. The stuff in auto.bat is only an example for passing params around. This one gives me the docker help if called with via launchy "auto > --help" |
Thanks a lot for clarifying, as you've seen I'm easily confused. I've created cli.bat with:
Now I can do cli > whatever in Launchy, and whatever gets executed in by cmd.exe within Cmder, which is exactly what I was asking for. Thanks again! |
Added to Readme.md |
I hate to post such a dumb question as an "issue" but this is the only place I could find to potentially get some help. I am trying to launch a cmder instance to act as a git bash prompt. I know what I need to run, and it works fine if I type it in manually after starting cmder, but I cannot, for the life of me, figure out any way to supply a command+args on the cmder command line. No matter what I try, all I get is an error dialog which says:
Cmder Launcher: Unrecognized parameter. Valid options: /START /REGISTER /UNREGISTER
The main page suggests looking at the Conemu docs, but I cannot find a way to use any of the Conemu command-line switches on the cmder command line. What am I missing?
(Before someone suggests it, I know there are ways to make cmder always run certain commands at startup. I don't want that. I want to create a desktop shortcut for git bash, another for windows command prompt, another for ssh, and so on.)
The text was updated successfully, but these errors were encountered: