David Refoua
0e34d925ce
⬆️ Update dependencies (clink v1.4.4)
2022-12-14 17:50:30 +03:30
DRSDavidSoft
9d2ac373c5
⬆️ Update dependencies (clink v1.4.4)
2022-12-14 13:41:25 +00:00
David Refoua
835343f9d6
Merge pull request #2786 from cmderdev/update-vendor
...
Updates to `3` vendored dependencies
2022-12-13 17:46:38 +03:30
DRSDavidSoft
271fe4c822
⬆️ Update dependencies (git-for-windows v2.39.0.windows.1, clink v1.4.3, clink-completions v0.4.2)
2022-12-13 13:41:54 +00:00
David Refoua
24ba9c3fa5
Merge pull request #2791 from chrisant996/fix_2789
...
Fix https://github.com/cmderdev/cmder/issues/2789
2022-12-06 01:38:22 +03:30
Chris Antos
0fdcda98cf
Fix https://github.com/cmderdev/cmder/issues/2789
...
Holding ^C made git.exe hang while cmd.exe (Clink) updated the prompt.
The prompt script had three problems:
1. It invoked `git config` every time a prompt was displayed, to
figure out where to skip invoking `git status`. But it even did
that if the current directory wasn't part of a git repo.
2. It invoked `git config` two times for every single prompt, to
attempt to improve performance if the user disables `git status`
coloring. But two times for every single prompt is expensive, so
it has the opposite effect in the general case, and noticeably
degrades performance.
3. It invoked `git config` using a blocking call, instead of using the
async prompt support in Clink. That significantly reduced the
benefit of having used async prompt filtering for `git status`.
Now the `git config` invocations use async prompt filtering, which lets
the prompt display instantaneously. It also now uses a timer to avoid
invoking `git config` repeatedly when new prompts show up in rapid
succession.
Also, the `cmderGitStatusOptIn` variable is no longer leaked into the
Lua global namespace.
These changes resolve the issue: holding ^C is very fast and no longer
causes git.exe to hang.
2022-12-05 13:52:14 -08:00
Dax T. Games
42df6cd05b
fix git bash GIT_INSTALL_ROOT
2022-11-19 02:32:02 +00:00
David Refoua
a4fa8d5333
Merge pull request #2780 from cmderdev/update-vendor
...
Updates to `1` vendored dependencies
2022-11-07 18:16:27 +03:30
David Refoua
1ba542e915
added links to labels
2022-11-07 17:38:30 +03:30
David Refoua
2c656a9c34
added a word
2022-11-07 17:33:59 +03:30
DRSDavidSoft
0adbc47c7e
⬆️ Update dependencies (clink v1.4.0)
2022-11-07 13:54:22 +00:00
David Refoua
e0ade8f3f1
Merge pull request #2779 from cmderdev/development
...
Improvements to shells and general fixes
2022-11-07 00:19:57 +03:30
David Refoua
ba97011bbc
changes to letter casing in variable
2022-11-06 23:19:01 +03:30
David Refoua
cfcfe6f282
fix packignore issues
2022-11-06 23:17:55 +03:30
David Refoua
048692b5b5
describe color codes in order
2022-11-06 11:50:22 +03:30
David Refoua
7c74931af8
revert a letter case
2022-11-06 11:47:23 +03:30
David Refoua
e3d9f81e25
add prompt for vanilla cmd.exe when clink not present
2022-11-06 11:37:58 +03:30
David Refoua
7c309c6a7b
add link to documentation in comment
2022-11-06 11:36:03 +03:30
David Refoua
0c1ab3fbb1
powershell: fixes for first time launch
2022-11-06 11:34:27 +03:30
David Refoua
fc44def0ad
make powershell scripts consistent
2022-11-06 11:32:22 +03:30
David Refoua
fbe3e17eea
add check for config dir
2022-11-06 11:30:56 +03:30
David Refoua
47caafb800
update launcher manifest comments
2022-11-04 18:55:25 +03:30
David Refoua
efb3338f5c
powershell formatting
2022-11-04 18:47:16 +03:30
David Refoua
3859f6ffc0
consistent indentation
2022-11-04 13:29:18 +03:30
David Refoua
4e1918dcf7
formatting
2022-11-04 12:58:24 +03:30
David Refoua
dcc06a9d70
add excd ( #1051 )
2022-11-02 19:15:58 +03:30
David Refoua
d3026aef5d
fix links to clink completions
2022-11-02 18:52:43 +03:30
David Refoua
159937b2df
added a link to the wiki
2022-11-02 11:38:47 +03:30
github-actions[bot]
3214a6d5ea
⬆️ Update dependencies (clink v1.3.51) ( #2776 )
...
Co-authored-by: DRSDavidSoft <DRSDavidSoft@users.noreply.github.com>
2022-11-01 10:31:34 +00:00
David Refoua
02970841c3
optimize compression flags (reduce passes for more speed)
2022-10-27 13:15:44 +03:30
David Refoua
04bbea7d24
Update dependencies (clink v1.3.50)
2022-10-27 12:54:38 +03:30
DRSDavidSoft
c8d48b7f3e
⬆️ Update dependencies (clink v1.3.50)
2022-10-26 13:56:46 +00:00
David Refoua
0f6ed93d0d
merge into development branch
2022-10-25 21:15:01 +03:30
David Refoua
2be652707b
ignore thumbnails in all directories
2022-10-25 20:39:26 +03:30
David Refoua
96ce96c53d
ignore log files and clink history
2022-10-25 20:38:10 +03:30
David Refoua
ce23189427
do not stop when using fallback method
2022-10-25 19:46:56 +03:30
David Refoua
a2a996147e
adjust root path
2022-10-25 18:42:30 +03:30
David Refoua
6d46df634e
added a new line
2022-10-25 11:27:11 +03:30
David Refoua
fe08df3fdc
update links and some minor formatting improvements
2022-10-25 11:24:37 +03:30
David Refoua
39ac92d61c
add editors to ignore files
2022-10-25 00:48:28 +03:30
David Refoua
bdbd3aab2b
fix docs for user-aliases.cmd #2397
2022-10-25 00:44:47 +03:30
David Refoua
18aea2b258
Merge branch 'master' of https://github.com/cmderdev/cmder
2022-10-25 00:22:47 +03:30
David Refoua
5cd05b056b
Improvements to Cmder prompt
2022-10-25 00:22:15 +03:30
David Refoua
c0fc10009a
use colons for batch labels
2022-10-25 00:13:21 +03:30
David Refoua
cc5e4a0e60
fix a misspelling
2022-10-24 21:20:52 +03:30
David Refoua
6e0e1729d8
use a variable to keep DRY
2022-10-24 21:01:55 +03:30
David Refoua
cbb10de06d
consistent spaces
2022-10-24 20:54:24 +03:30
David Refoua
0b7e47cdc2
add new alias for file listing
2022-10-24 20:38:09 +03:30
David Refoua
96ca7cea4a
enhance cmder prompt
2022-10-24 19:58:46 +03:30
David Refoua
0ba0dea6a2
Update Clink to v1.3.49
2022-10-23 18:38:45 +03:30