David Refoua
d45651f805
Merge branch 'master' of https://github.com/cmderdev/cmder into development
2025-11-06 17:37:49 +03:30
David Refoua
e7f102bdee
avoid temp filename collisions
2025-11-06 17:09:40 +03:30
David Refoua
a7c0e0642d
implement fix suggested in https://github.com/cmderdev/cmder/issues/2990#issuecomment-3496143288
2025-11-06 16:59:58 +03:30
David Refoua
b140db4617
Merge branch 'development' of https://github.com/cmderdev/cmder into development
2024-11-14 00:13:38 +03:30
David Refoua
d15e7ac69f
cleanup
2024-11-14 00:08:31 +03:30
David Refoua
126347025f
cleanup
2024-11-14 00:01:29 +03:30
David Refoua
7ceacb63dd
respect PATHEXT instead of hardcoding our own value
...
* support other path extensions as well (e.g. `.py` commonly used)
2024-11-14 00:00:53 +03:30
David Refoua
4d15730d05
cleanup
2024-11-13 23:14:49 +03:30
DRSDavidSoft
cc40343157
Merge branch 'master' into development
2024-11-13 19:38:51 +00:00
David Refoua
25ccfeed77
prevent warnings if the dir does not exist
...
https://github.com/cmderdev/cmder/issues/121#issuecomment-654171568
2024-11-13 23:08:13 +03:30
Dax T. Games
274cce1f00
optimize for speed
2023-02-10 19:19:50 -08:00
David Refoua
e3d9f81e25
add prompt for vanilla cmd.exe when clink not present
2022-11-06 11:37:58 +03:30
Dax T. Games
59bbdaddc7
Cleanup
2022-09-04 09:16:39 -04:00
Dax T. Games
7a9ad78e66
Fix #2740
2022-09-01 13:00:43 +00:00
dgames
357e51acd1
spelling fixes
2022-01-15 11:00:58 -05:00
dgames
6ae2f97f52
add quotes
2021-11-21 13:32:57 -05:00
dgames
c27cedc9b3
quote PATH settings
2021-11-07 10:54:33 -05:00
dgames
0a7f1623f7
fix path length check with fast_init set
2021-02-28 23:09:49 -05:00
dgames
d02be816e2
fix failure in lib_path if path is too long
2021-02-28 21:54:06 -05:00
Kyle McInnes
11a78a8d64
Fix errors
2020-12-10 13:35:40 +00:00
Kyle McInnes
2a9a4d2860
Speed up calls to lib_console
2020-12-07 19:41:11 +00:00
Dax T. Games
b1ef763922
add setlocal
2020-08-23 08:42:58 -04:00
Dax T. Games
37a223b449
fix lib_path
2020-07-25 05:11:34 -04:00
Dax T. Games
79261d4d27
fix
2020-07-23 13:36:50 -04:00
Dax T. Games
1f5ea5e596
Fix and enhance enhance_path_recursive
2020-04-29 12:03:24 -04:00
Dax T. Games
a857d8419c
fixes for cmd:cmder init script
2019-12-04 16:04:16 -05:00
Dax T. Games
468dba474e
fixes
2019-10-13 15:47:25 -04:00
Dax T. Games
377d97e56a
fix path with ! in dir
2019-10-13 10:07:23 -04: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
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_

Cuts ~2.4 seconds off of init time.

2018-11-04 01:36:51 +01:00
Dax T. Games
1d36ba4ed4
fix user lua and git detection
2018-09-16 10:18:10 -05:00
Dax T. Games
277972a7f2
fixed
2018-09-03 12:59:43 -04: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
4df1d744d3
Fix lib base ( #1794 )
...
* Fix GIT_INSTALL_ROOT again
* fixed lib_base error
* fix lib help
* fix lib help
2018-05-31 14:35:02 +02:00
Dax T Games
471369f73b
Made all sub-routines in init.bat importable libs ( #1706 )
2018-03-23 15:20:07 +01:00