Commit Graph

1613 Commits

Author SHA1 Message Date
David Refoua
e1caeb879a Merge branch 'master' of https://github.com/DRSDavidSoft/cmder 2022-10-16 14:56:30 +03:30
David Refoua
5b46f4fec7
use default bg color instead of black for default configuration 2022-10-16 01:20:06 +03:30
David Refoua
b0f034a960
use correct background colors (SGR49) instead of black (SGR40) - fixes #2560
the default value of SGR 49 works best with both ConEmu and Windows Terminal, and both values don't take an effect on Cmder.
(ref: https://github.com/cmderdev/cmder/wiki/Seamless-Windows-Terminal-Integration)
2022-10-16 01:10:20 +03:30
David Refoua
70632a2bb8
add pwsh alias to quickly launch powershell with cmder profile 2022-10-16 00:57:47 +03:30
David Refoua
9d76f99dcf
closes #2756 2022-10-16 00:44:58 +03:30
David Refoua
50bf15dd75
update tests to use separate steps 2022-10-16 00:33:31 +03:30
David Refoua
2de6f8232a
add tests 2022-10-16 00:27:20 +03:30
David Refoua
8d4afb0570
fix problem with #2756 2022-10-16 00:02:38 +03:30
Dax T. Games
67e2bf1a73 Fix post build action if path has spaces in it. 2022-10-15 15:42:41 -04:00
David Refoua
59269aa9f1
allow manual trigger 2022-10-15 15:48:13 +03:30
David Refoua
1c4a8b3ff5
add vendor dependency check action 2022-10-15 15:39:57 +03:30
David Refoua
a49921bb1b
add github variable helpers (credit: @microsoft) 2022-10-15 15:37:39 +03:30
David Refoua
473e9566e7 use BITS for more performant downloads when possible 2022-10-15 14:53:52 +03:30
David Refoua
f9cb2d6264 echo messages for github actions 2022-10-15 13:49:02 +03:30
David Refoua
7856b3ab57 minor space corrections 2022-10-15 12:58:22 +03:30
David Refoua
4dc3dc0dac fix remaining misspellings in changelog 2022-10-15 12:56:04 +03:30
David Refoua
abbab3f8b4 trim trailing spaces 2022-10-15 12:46:13 +03:30
David Refoua
9aa26c46d0
remove additional spaces 2022-10-15 12:38:25 +03:30
David Refoua
7f682653e4
consistency with powershell conventions;
* use "PS" instead of no-width "$([char]0x200B)" character in prompt (credit @skycommand)

* fixes additional space after the lambada and before the path

* display "PS" before path to distinguish between PowerShell and CMD
2022-10-15 12:32:52 +03:30
David Refoua
23edc8036f fetch all git history 2022-10-15 04:31:56 +03:30
David Refoua
cb9d06f8a3 improve plain zip compression 2022-10-15 04:18:38 +03:30
David Refoua
cc85a32e48 use lzma2 for 7-zip compression 2022-10-15 04:14:15 +03:30
David Refoua
3b9e591ea0 improve 7-zip compression efficiency 2022-10-15 04:11:43 +03:30
David Refoua
adcef21034 make sure each edition contains the correct vendored files 2022-10-15 03:55:44 +03:30
David Refoua
2dc5463c31
don't create archive with the root folder prefix 2022-10-15 03:44:15 +03:30
David Refoua
4b8d669d01
recursively ignore files for packing 2022-10-15 03:41:07 +03:30
David Refoua
a4c5b9d098
add cmder root prefix to exclude parameters 2022-10-15 02:54:32 +03:30
David Refoua
9c4e4d27c8
Minor edits to AppVeyor build scripts 2022-10-15 02:47:36 +03:30
David Refoua
489078763d
switch to upload individual files 2022-10-15 02:30:45 +03:30
David Refoua
aa755278ec
upload the entire build directory 2022-10-15 02:08:52 +03:30
David Refoua
5c8e0f38fe
remove explicit call to vcvars 2022-10-15 01:49:20 +03:30
David Refoua
5831fa4977
resolve child path 2022-10-15 01:47:22 +03:30
David Refoua
d7d0f1320b
use correct cmer root path 2022-10-15 01:44:21 +03:30
David Refoua
9f395805e1
remove stderr progress for 7-zip 2022-10-15 01:44:07 +03:30
David Refoua
e8d34e07a1
allow custom titles for the launcher
Custom option for launcher title
2022-10-15 01:39:38 +03:30
David Refoua
77df64b61b
include version.rc2 2022-10-15 01:25:05 +03:30
David Refoua
db44218d14
comment out middle steps 2022-10-15 01:21:17 +03:30
David Refoua
1b7d804701
add 7-zip progress to output 2022-10-15 00:35:34 +03:30
David Refoua
c9ba643851
remove invalid symlink 2022-10-15 00:29:55 +03:30
David Refoua
f301968ac3
remove recurse param 2022-10-15 00:27:27 +03:30
David Refoua
f02bbfc5be
use Get-ChildItem with excluded files instead of dir 2022-10-15 00:20:58 +03:30
David Refoua
50816c6bfc
add verbose message with directory content 2022-10-14 23:42:02 +03:30
David Refoua
a0827fb4f5
formatting code 2022-10-14 23:27:22 +03:30
David Refoua
28e42104ac
create save to directory if it doesn't exist 2022-10-14 23:16:54 +03:30
David Refoua
2189fe9483
use resolve path for input parameters 2022-10-14 23:07:45 +03:30
David Refoua
813fd6d82f
more descriptive verbose comment for packing 2022-10-14 22:57:53 +03:30
David Refoua
1fbe2f7c2d
use absolute path for default cmder root dir 2022-10-14 22:28:50 +03:30
David Refoua
e1c14f6c7e
add github actions badge 2022-10-14 22:24:50 +03:30
David Refoua
4992227614
use correct order of commands to move directory 2022-10-14 22:12:59 +03:30
David Refoua
7178b978ec
adjust required string double quotes 2022-10-14 22:04:55 +03:30