Commit Graph

110 Commits

Author SHA1 Message Date
David Refoua
278694285c fix typo 2025-11-06 18:40:46 +03:30
Dax T. Games
8683dad111 Remove /a switch and associated code. 2025-01-05 22:07:27 -05:00
Dax T Games
bd3f1326f2 Merge branch 'origin-development-dax' into cmder4win 2025-01-05 13:08:38 -05:00
Dax T. Games
74d7dd211f cleanup 2025-01-01 22:49:02 -05:00
Dax T. Games
05f616fd76 cleanup 2025-01-01 22:32:37 -05:00
Dax T. Games
9b5be7bd53 cleanup 2025-01-01 22:29:41 -05:00
Dax T. Games
36ea61930f not set 2025-01-01 22:27:10 -05:00
Dax T. Games
8ea276d9bd not set 2025-01-01 22:15:34 -05:00
Dax T. Games
ebce8479ef origin/fix_launcher_overwrite 2024-12-29 16:23:59 -05:00
Dax T. Games
ffa37d4d5c sync fix launcher overwrite 2024-08-22 11:42:12 +00:00
Dax T. Games
f4f6255c1a remove extra {} 2024-08-20 12:25:33 +00:00
Dax T. Games
82ab068f12 cleanup 2024-08-15 10:24:02 -04:00
Dax T. Games
2e945fb02b Fix launcher overwritting/backing up emulator settings 2024-05-31 18:31:16 -04:00
Dax T. Games
28e9018ce0 make mintty /a work 2023-11-27 10:00:28 -05:00
Dax T. Games
38a91ded02 cleanup 2023-11-26 22:28:16 -05:00
Dax T. Games
47292038ef add mintty 2023-11-26 21:35:30 -05:00
Dax T. Games
d8238b0230 cleanup 2023-11-24 18:18:16 -05:00
Dax T. Games
7a385ebf75 cleanup 2023-11-24 16:28:44 -05:00
Dax T. Games
0f6c91d03a cleanup 2023-11-24 16:22:49 -05:00
Dax T. Games
2beb27d490 cleanup 2023-11-24 15:27:19 -05:00
Dax T. Games
a7f19f56e8 cleanup 2023-11-24 15:25:46 -05:00
Dax T. Games
467d564a7b cleanup 2023-11-24 15:19:49 -05:00
Dax T. Games
9ce6911b49 add bash and powershell to Cmder for Windows 2023-11-24 15:14:09 -05:00
David Refoua
5c101a0306 remove small typo 2023-11-24 21:04:16 +03:30
Dax T. Games
99b4e66c47 add Cmder for win 2023-11-24 11:35:24 -05:00
Dax T. Games
678b482269 Merge branch 'master' into windows_terminal 2023-11-10 17:02:47 -08:00
Dax T. Games
8d916a4446 remove env refresh race condition 2023-11-09 04:58:26 -08:00
Dax T. Games
ddad83c70f PR Review requested changes 2023-09-26 11:17:16 -04:00
Dax T. Games
7fa041dd7f fix 2023-09-25 12:13:42 -04:00
Dax T. Games
63bab369cf fix 2023-09-25 12:06:24 -04:00
Dax T. Games
759d0edd81 fix 2023-09-25 12:02:57 -04:00
Dax T. Games
7db6297347 fix 2023-09-25 11:57:33 -04:00
Dax T. Games
2728f36302 fix 2023-09-25 11:44:09 -04:00
Dax T. Games
74c183c2a7 Add initial Windows Terminal support 2023-09-25 11:26:42 -04:00
Dax T. Games
968beb8a27 Add initial Windows Terminal support 2023-09-25 11:14:54 -04:00
David GABISON
92a3c9c215 fix: /task "<taskName>" no longer works since version 1.3.20 2022-12-22 12:16:51 +01:00
David Refoua
abbab3f8b4 trim trailing spaces 2022-10-15 12:46:13 +03:30
David Refoua
a8bc932dbd resolve conflicts 2022-09-12 22:27:41 +04:30
David Refoua
280e40f077 Merge branch 'master' into taskdialog 2022-09-09 21:31:25 +04:30
dgames
357e51acd1 spelling fixes 2022-01-15 11:00:58 -05:00
Gaizka P
ee25dbaab6 Removed leftover debug text in error message box. 2020-06-24 07:25:30 +02:00
Gaizka P
e3ad9c3953 Merge branch 'custom_window_titles'
# Conflicts:
#	launcher/src/CmderLauncher.cpp
2020-06-24 07:23:28 +02:00
Gaizka P
31df5c3e5e Added support for setting custom titles for Cmder window. 2020-06-24 07:17:48 +02:00
Gaizka P
29aa75e158 Added support for setting custom icons for Cmder window. 2020-06-24 03:01:22 +02:00
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