Commit Graph

83 Commits

Author SHA1 Message Date
mdavis199
e4651cf7b4 Bare doubledash for conemu commands (#2174)
* Add bare doubledash command line option

The '--' parameter is a common POSIX-style option.  All command-line parameters after the double dash will be joined by a space and forwarded to conemu.

* add bare doubledash command line option

The "--" option indicates that the remaining portion of the command line is forwarded to conemu. Quotes and spacing is retained.

* move all doubledash related code together

* remove unused variable
2019-10-06 21:52:50 +01:00
Ezio
543c7ca6e9 Replace /FWPARS argument with /X as "daxgames" request. 2019-05-19 22:54:47 +02:00
Ezio
5def1c584a Add FWPARS cmdline argument.
This argument forwards parameters to ConEmu app.

	e.g. Cmder.exe /FWPARS "-min -tsa"

In this case Cmder will start minimized on TaskBar
2019-05-12 15:18:15 +02:00
Dax T. Games
8abfa9d413 add back shell context menu to drives on register unregister 2019-03-16 19:15:36 -04:00
Cody Ray Hoeft
f9f06a5595 make /register work with /single 2018-12-07 21:05:51 -08:00
Dax T. Games
5c7f4943ad fix initial launch of cmder starting with conemu default cfg 2018-11-30 14:56:30 -05:00
Dax T. Games
787ac3773c make /register work with /c 2018-11-12 09:22:05 -05:00
Dax T. Games
b16aa7a29e better command line error handling 2018-11-12 08:30:44 -05:00
Dax T. Games
d8e8fc8adb add /m command line argument to use machine config rather than user config for conemu. 2018-11-12 07:56:55 -05:00
Dax T. Games
0efeaa91fa cleanup 2018-11-11 08:04:35 -05:00
Dax T. Games
8c0817941e added /c [path] use vendored conemu.xml as a default starting point if it exists 2018-11-11 07:55:14 -05:00
Dax T. Games
e17b04cbb9 cleanup 2018-11-10 18:49:33 -05:00
Dax T. Games
e904ebce72 use user_conemu.xml or conemu-%computername%.xml directly if '-c [path]' is used to start cmder. 2018-11-10 17:26:08 -05:00
Dax T. Games
1640e9c01d fixes' 2018-11-10 09:45:23 -05:00
Dax T. Games
ddbfd1da18 Merge branch 'fix' 2018-11-10 09:38:58 -05:00
Dax T. Games
bc7c6e97b3 Fixed move of default conemu.xml to the vendor folder 2018-11-10 09:32:44 -05:00
Dax T Games
72b676b939 Revert "Ignore %cmder_root%\config (#1945)"
This reverts commit 637b0fd3ac.
2018-11-10 06:42:27 -05:00
Dax T Games
637b0fd3ac Ignore %cmder_root%\config (#1945)
* move default comemu.xml to vendor folder

* ignore all of config folder

* cleanup
2018-11-10 02:40:16 +01:00
Dax T. Games
57e5ae1719 move default comemu.xml to vendor folder 2018-11-08 21:25:42 -05:00
Dax T. Games
b1aa687d4f handle start dir args with trailing \" 2018-09-03 11:07:06 -05:00
Dax T. Games
451fb46ce1 move user-aliases.cmd to user_aliases.cmd 2018-09-01 18:17:09 -04:00
Dax T. Games
e69e7f9b82 run user lua afer cmder lua 2018-09-01 14:59:40 -04:00
Dax T. Games
e93231114f Merge remote-tracking branch 'origin' into user_lua 2018-09-01 14:35:41 -04:00
Dax T Games
49da3745bc Fix #1806 #1675 (#1870)
## Rename user-profile.* user_profile.* to resolve #1806, #1675

* This is a backward compatible fix and will automatically and silently rename users '%cmder_root%/config/user-profile.\*' to '%cmder_root%/config/user_profile.\*' and '[user_specified_config_root]/user-profile.\*' to '[user_specified_config_root]/user_profile.\*' if the sources exist.

  * Cmder.exe does this for cmd.exe sessions.
  * The init scripts for bash and Powershell handles it for these shells
2018-09-01 00:02:56 +02:00
Arion Roberto Krause
e80ad2356f Fixed typo 2018-08-29 22:07:26 -03:00
David Refoua
36403df91e Updates issue template, notes on README.me and fixes line ending (#1751)
* add integration notes, refined docs

* change img size

* verbose issue template

* move docs from README to WIKI

* increased politeness factor by 10%
2018-05-04 00:29:25 +02:00
Dax T. Games
12e3761017 fix tab 2018-04-12 21:41:42 -04:00
Dax T. Games
78a9711447 fix unreg cleanup 2018-04-12 21:05:38 -04:00
David Refoua
236aefe8c6
add build version string 2018-03-28 22:28:33 +04:30
David Refoua
2f3f1d474a
specified custom manifest file 2018-03-28 22:28:01 +04:30
David Refoua
cb4d95e7a3
added build number, removed duplicated manifest 2018-03-28 22:26:17 +04:30
David Refoua
1dadade661
replaces spaces to tabs 2018-03-28 22:24:26 +04:30
David Refoua
2bc17c4ff2
renamed app.manifest 2018-03-28 22:22:56 +04:30
David Refoua
57a28f118d
add template for version string 2018-03-28 21:14:15 +04:30
David Refoua
249f7b9baf
add build flags; use spaces 2018-03-28 21:07:14 +04:30
David Refoua
96736feecc
added version.rc2.sample
this file controls how the version strings appears in the final compiled .exe file
2018-03-28 20:38:12 +04:30
David Refoua
dc9e385365
add cmder manifest file 2018-03-28 18:43:41 +04:30
David Refoua
a85cd81f00
added version resources and manifest. 2018-03-28 18:37:46 +04:30
David Refoua
1662678ebf
fixed line endings 2018-03-28 18:16:14 +04:30
Dax T. Games
9462315789 fix /unregister 2018-03-24 08:57:14 -05:00
Dax T Games
19bad7dfa9 open cmder in the current working dir as every other windows app works (#1725)
open cmder in the current working dir as every other Windows app works
2018-03-23 23:38:53 +01:00
Dax T Games
471369f73b Made all sub-routines in init.bat importable libs (#1706) 2018-03-23 15:20:07 +01:00
Benjamin Staneck
60880362a9 No longer use the special _xp platform tools since we no longer support XP 2018-03-13 23:53:33 +01:00
Benjamin Staneck
91651fc98b Drop Windows XP support 2018-03-13 23:40:07 +01:00
Dax T Games
997e799138 New cmder.exe args and shared install capability (#1696)
@MartiUK: Squashing to avoid adding multiple "fixed" commits

* add args to init.bat

* adding args to cmder launcher

* reworked command line parsing and added a /C [path] arg for individual user config location

* removed unnecessary includes

* make shell init scripts work with CMDER_USER_CONFIG

* update tasks and readme.md

* fix git version check

* readme updates

* add register/unregister back in

* fixed git version again

* removed error if user defines user-aliases store file was not present an init.bat launch

* added enhance_path method to only update path if required

* added enhance_path method to only update path if required

* fixed a path prepend issue in enhance path

* init.bat with args is executed outside cmder/conemu sets cmder_root properly. Thanks @DRSDavidSoft

* fixed enhance path append issue

* implements recursive `/bin` path enhancing.

https://github.com/cmderdev/cmder/issues/1624

* added max depth

* changes command line arg to max_depth

* set max_depth default

* readme.md updates

* add back cmder /c [path] arg so it can be used with admin sessions since the env is not shared.

* readme.md updates

* fix /c setting of cmder_user_config

* changelog and readme

* remove bad arg

* fixed command line parsing and updated command line help on error

* Fixed ConEmu.xml file handling so it works again

* Added default user config root location if '/c' is specified and next arg is not another arg
2018-03-13 16:38:27 +01:00
Benjamin Staneck
724930d69d cleanup on isle 5 2018-01-09 14:50:46 +01:00
David Driscoll
badb027c24 use /dir Switch instead of CMDER_START 2018-01-09 14:50:46 +01:00
Wild.Farmer
409b92aac2 modify -cmd command line style to /cmd 2017-06-24 22:10:15 +08:00
Wild.Farmer
74d79ea628 add /TASK option 2017-06-17 22:29:06 +08:00
Benjamin Staneck
6e2d88d466 upgrade to VisualStudio 2017 2017-04-07 23:51:46 +02:00