Dax T Games
906bb5d357
Merge pull request #2339 from daxgames/fix_global_vars_vscode_err
...
1.3.16-pre: 1.3.15 Fixes
2020-07-29 19:33:12 -04:00
Florian Schwalm
fc90722faa
Prepend %GIT_INSTALL_ROOT%\cmd to path instead of appending it
...
The default setting for path enhancing is appending,
so the provided unix tools don't overwrite windows tools we may want to keep.
For Git this is undesired behavior, though, as we just compared git versions
to decide which one we want to use. The git directory thus needs to be prepended
to the path to make sure a call to git uses the version we selected.
2020-07-29 22:48:01 +02:00
Dax T Games
334838c079
Update init.bat
2020-07-24 08:34:45 -04:00
Dax T. Games
0c3d89925e
'fix
2020-07-23 13:41:10 -04:00
Dax T Games
7326a3cfc5
Update init.bat
2020-07-23 13:34:13 -04:00
famoses
40c58417b2
quote time measures for timer.cmd
...
The startup time duration is calculated wrongly ( at least for me, on Windows 1909, with CmderMini 1.3.15.1010 ). I got something like "Elapsed Time: 80:36:1.00 (290161.00s total)" printed into the cmder consle window. I can be solved by quoting the time measures taken in `init.bat`.
It seems that `time.cmd` fails in recognizing two arguments. In fact it did split the first time measure into two arguments and ignored the second time measure.
Example:
from the two time measures
λ echo %CMDER_INIT_START% %CMDER_INIT_END%
12:53:44,34 12:53:54,04
The call to `time.cmd` created following output (i added echo commands to print variables start and end right after they got assigned the arguments)
start: 12:53:44
end: 34
2020-07-18 13:32:22 +02:00
Dax T. Games
97a41ddd99
fix cmder_configured GTR 1
2020-07-14 22:31:57 -04:00
Dax T. Games
f1c1354c00
make vscode_init.cmd smart enough to apply cmder settings if launched from inside or outside cmder
2020-07-04 13:43:18 -04:00
Dax T Games
0f12de345b
Update init.bat
2020-07-02 07:00:25 -04:00
Dax T. Games
c332ab1a34
Fix bug introduced in 1.3.15
2020-07-01 16:24:36 -04:00
Dax T Games
4403edb110
Update init.bat
2020-07-01 08:26:44 -04:00
Dax T. Games
da5f1bc4db
fix git detect
2020-06-29 07:49:22 -04:00
Dax T Games
8781779636
Update init.bat
...
If CMDER_CONFIGURED==1 skip to :CMDER_CONFIGURED
2020-06-09 19:41:08 -04:00
Dax T Games
31c019b7e4
Update init.bat
...
Move skip to user config below clink enablement in cmder_configured == 1
2020-06-08 21:18:23 -04:00
Dax T Games
4d86559841
Update init.bat
...
Remove cmder_configured goto
2020-06-08 21:03:41 -04:00
Dax T. Games
a999d17f71
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 15:32:15 -04:00
Dax T. Games
04c784cb16
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 14:49:02 -04:00
Dax T. Games
1f5ea5e596
Fix and enhance enhance_path_recursive
2020-04-29 12:03:24 -04:00
Dax T. Games
be5ec648c4
Fix Cmder issue #2290
2020-04-06 10:15:00 -04:00
Dax T Games
2517f55f15
Merge branch 'master' into 1.3.15
2020-04-06 08:48:19 -04:00
Dax T. Games
93f8718489
move git functions to git lib
2020-04-06 08:20:26 -04:00
andyburgess
251968b4c6
Fixes #2247 , fixes #2254
2020-02-21 11:52:52 -05:00
Dax T. Games
492fc284f2
Fix issue #2214
2020-01-06 22:57:29 -05:00
Dax T. Games
180e72a6aa
revert --no-log to fix windows 7 clink prompt
2020-01-05 13:52:23 -08:00
Dax T. Games
93cf865071
post-install fixes
2020-01-05 16:41:02 -05:00
Dax T. Games
a857d8419c
fixes for cmd:cmder init script
2019-12-04 16:04:16 -05:00
Dax T Games
f1a9721256
Update init.bat
2019-10-22 22:44:17 -04:00
Dax T. Games
468dba474e
fixes
2019-10-13 15:47:25 -04:00
Dax T. Games
57b328b209
cleanup
2019-10-13 10:15:26 -04:00
Dax T. Games
e8b33aa45b
Merge branch 'master' of https://github.com/cmderdev/cmder into fix_path_with!
2019-10-13 10:11:25 -04:00
Dax T. Games
377d97e56a
fix path with ! in dir
2019-10-13 10:07:23 -04:00
Matt Covalt
b310a2c47c
Disable clink logging
2019-08-29 12:48:52 -04:00
Dax T Games
ea531cdd44
Fix post-install.bat not running and deleting itself ( #2106 )
...
* Fix post-install.bat not running
* Changelog
* Changelog
2019-06-03 11:23:00 +01:00
Dax T. Games
345562dbd0
Merge branch 'ps1_prompt' of https://github.com/daxgames/cmder into ps1_prompt
2019-03-31 16:48:10 -04:00
Dax T. Games
b424012a08
make debug messages more verbose
2019-03-31 09:48:58 -04:00
Dax T Games
a93fff6798
Update init.bat
2019-03-17 15:09:02 -04:00
Dax T. Games
2582891307
Merge branch 'master' of https://github.com/cmderdev/cmder
2019-03-01 19:54:14 -05:00
Dax T. Games
16bf572cdf
Merge branch 'master' of github.com:cmderdev/cmder into git_clink_changes
2019-02-28 18:03:58 -05:00
Dax T. Games
cc12b848ac
provide default settings for clink that updates the history file in real time
2019-02-28 17:44:28 -05:00
Dax T. Games
760f4e579e
ignore all /d arg if running inside vscode
2019-01-06 18:09:06 -05:00
Dax T. Games
6d8f7a290a
ignore all args if running inside vscode
2019-01-06 17:46:50 -05:00
Dax T. Games
2a4e9d8301
workaround vscode tasks showing cmder debug output
2019-01-06 17:27:04 -05:00
Dax T Games
f4389fc552
Merge pull request #1988 from daxgames/no_prefer_nix_option_
...
Prefer /nix_tools option
2018-12-16 13:08:56 -05:00
Dax T Games
8101923242
Merge pull request #1987 from seeq12/default-files-user-profile
...
Use default files for default user profiles
2018-12-16 10:31:48 -05:00
Dax T Games
0f30329e38
Update init.bat
2018-12-13 21:55:08 -05:00
Dax T. Games
528a69dab9
update nix_tools option to allow preferring nix tools
2018-12-13 20:54:18 -05:00
Cody Ray Hoeft
0c9e0e2f8c
Use default files for default user profiles
2018-12-13 12:13:17 -08:00
Patrick Stewart
20eb7b8e81
Add /nix_tools switch to init.bat to optionally add !GIT_INSTALL_ROOT!\usr\bin to PATH
2018-12-13 16:09:52 +00:00
Dax T. Games
8ac540ebb6
debug
2018-12-02 11:51:00 -05:00
Dax T. Games
dc492c836f
Merge branch 'master' of https://github.com/cmderdev/cmder into prefer_nix_option
2018-12-02 11:46:01 -05:00
Dax T. Games
1eb03dd1b8
add '/prefer_nix' switch to init.bat
2018-12-02 11:44:18 -05:00
Van der Boon, Robert GSNL-PTT/SPD
572a94ca3a
Improve LANG env var detection
2018-11-30 12:01:21 +01:00
Dax T. Games
eb6a332da2
Merge branch 'master' of https://github.com/cmderdev/cmder into multi-user
2018-11-22 16:21:24 -06:00
Daniel Chesters
036cf09360
Ensure use the system find and findstr command instead find/findstr from path. Fix #1959
2018-11-22 21:14:02 +01:00
Dax T. Games
0efeaa91fa
cleanup
2018-11-11 08:04:35 -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
d04cc1f04e
fix timer error
2018-11-10 13:57:26 -05:00
Dax T Games
a5bdecca77
Add /f for fast init. ( #1942 )
...
The below enables Cmder Fast Init mode for `cmd.exe` sessions. This is more like the Cmder 1.3.5 init process. See issue #1821
Cmder Fast Init mode bypasses or disables the following Cmder 1.3.6+ features:
* Git root and version detection. Defaults to `%cmder_root%\vendor\git-for-windows` if it exists.
* Path enhance validation before path modify so `%Path%` enhancements are forced.
* Recursive path add for `"%CMDER_ROOT%\bin"`
* Recursive path add for `"%CMDER_USER_BIN%\bin"` if `/c [user_config_folder` is specified.
* `/d` switch to enable debug output.
* `/v` switch to enable debug output.
Add `/f` to Cmder task as shown below t enable fast init:
_Note 1: This setting is invalid in Cmder `Powershell` and `Bash` sessions~_
_Note 2: Add `/t` also to see init timer output_
![image](https://user-images.githubusercontent.com/7318053/47957637-052e3880-df90-11e8-93ef-91e1ab696d82.png )
Cuts ~2.4 seconds off of init time.
![image](https://user-images.githubusercontent.com/7318053/47957795-45db8100-df93-11e8-8ae0-551d12c4e2dc.png )
2018-11-04 01:36:51 +01:00
Gregory Lucas
5be25f29f8
Initialize time_init to fix init error message
2018-11-03 18:52:26 +01:00
Dax T Games
3a11d45552
add diag helper scripts and adds to the path ( #1918 )
...
These scripts are to help us help our users by getting a relative picture of their environment that they can submit with an incident.
2018-11-02 14:00:40 +01:00
Nicolas Arnaud-Cormos
a607f0f2d5
Ensure the right git path is found in case of shim.
...
If the git found is a shim, we need to follow the path to the actual git
directory to set the GIT_INSTALL_ROOT variable.
This happens when installing git via scoop for example.
2018-10-10 07:14:50 +02:00
Benjamin Staneck
66da1716bc
Merge pull request #1758 from xiazeyu/master
...
lib to check init.bat's custom args
2018-09-30 18:06:42 +02:00
Benjamin Staneck
c3956e307a
Merge pull request #1889 from leochien0102/leochien0102-patch-1
...
Leochien0102 Fix the 'was unexpected at this time.' at start
2018-09-29 23:15:26 +02:00
leochien0102
8dc9bc9ae1
fix the 'was unexpected at this time.'
...
Change the single quotation marks to double while path concerned
2018-09-21 16:01:52 +08:00
gaoslin
bb4ed4af51
Update init.bat
2018-09-18 17:26:11 +08:00
Dax T. Games
bda09bc274
init.bat update for cexec
2018-09-16 16:23:22 -05:00
Dax T. Games
8cf59d1cbf
cleanup
2018-09-16 10:21:37 -05:00
Dax T. Games
1d36ba4ed4
fix user lua and git detection
2018-09-16 10:18:10 -05:00
Dax T. Games
9dce9d0f62
added exit codes
2018-09-15 13:55:54 -05:00
Retomehere
0730c6e32b
Merge branch 'master' into master
2018-09-15 11:28:04 +08:00
Dax T. Games
bd9cff2691
cleanup
2018-09-05 18:07:27 -05:00
Dax T. Games
7b191d3caf
cleanup
2018-09-03 14:54:52 -05:00
Dax T. Games
277972a7f2
fixed
2018-09-03 12:59:43 -04:00
Dax T. Games
ec4c815264
cleanup
2018-09-03 06:08:44 -05:00
Dax T. Games
d58c6c2070
cleanup
2018-09-02 19:17:16 -05:00
Dax T. Games
9869f9a372
cleanup
2018-09-02 18:59:14 -05:00
Dax T. Games
3f96336610
verbos output
2018-09-02 18:53:49 -05:00
Dax T. Games
823eeaf082
cmder_shell settings
2018-09-02 18:18:59 -05:00
Dax T. Games
823e6fee6e
add cmder_shell method
2018-09-02 17:32:20 -05:00
Dax T. Games
352a16f84d
trying to get tcc working
2018-09-02 09:04:46 -05:00
Dax T. Games
541fc16daf
Trying to get tcc working
2018-09-01 22:08:00 -05:00
Dax T. Games
7d40ea4609
modify message
2018-09-01 18:32:21 -04:00
Dax T. Games
451fb46ce1
move user-aliases.cmd to user_aliases.cmd
2018-09-01 18:17:09 -04:00
Dax T. Games
c25ff75187
move bin\alias.bat to vendor\bin\alias.cmd
2018-09-01 17:39:24 -04:00
Benjamin Staneck
08550751da
Merge pull request #1860 from gucong3000/lang
...
Add %LANG% support
2018-09-01 00:32:02 +02: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
Benjamin Staneck
e4fb0d694b
Revert "replace user-aliases with user_aliases"
...
This reverts commit d91438de47
.
2018-08-31 18:41:06 +02:00
Benjamin Staneck
d91438de47
replace user-aliases with user_aliases
2018-08-30 15:22:33 +02:00
刘祺
b901a4a569
add LANG support
2018-08-23 11:57:16 +08:00
xiazeyu
39f47870a3
chore: unite slash
2018-08-06 16:05:31 +08:00
Retomehere
192056e19b
Merge branch 'master' into master
2018-08-06 13:14:45 +08:00
xiazeyu
f6c2d9c31e
refactor: reduce global varible useage, fixed quote issue, added parameters support
2018-08-06 13:09:59 +08:00
Dax T. Games
19d5a87224
Fix GIT_INSTALL_ROOT again
2018-05-30 01:04:41 +02:00
xiazeyu_2011
861f99d64b
rename /bin/have.bat to /vendor/lib/flag_exists.cmd
...
Please use %flag_exists% instead of using have
2018-05-27 10:22:44 +08:00
Retomehere
0c39d0a799
Merge branch 'master' into master
2018-05-18 20:37:19 +08:00
xiazeyu_2011
bf6dae4a24
feat: add have.bat as a wrapper
2018-05-18 20:32:05 +08:00
xiazeyu_2011
daa94c5462
Optimize comments of using arguments in user-profile.cmd
2018-05-04 20:14:40 +08:00
Dax T Games
9a3a8f23d0
Little Changes
2018-05-01 08:57:02 -04:00
xiazeyu_2011
99f51b0fc0
fix conflict with init.bat build-in command parser, update user-profile.cmd
2018-05-01 13:02:21 +08:00
xiazeyu_2011
a06d4e93ec
Pass arguments to user-profile.cmd
2018-04-30 20:31:01 +08:00