DRSDavidSoft
b1b9bd22b5
Merge branch 'master' into development
2025-11-06 13:30:05 +00:00
David Refoua
a7c0e0642d
implement fix suggested in https://github.com/cmderdev/cmder/issues/2990#issuecomment-3496143288
2025-11-06 16:59:58 +03:30
dependabot[bot]
1940e97ddc
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 15:37:27 +00:00
dependabot[bot]
066203dbdc
Bump github/codeql-action from 3 to 4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 15:33:31 +00:00
copilot-swe-agent[bot]
545331a336
Update README with Windows Terminal directory tracking feature documentation
...
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com >
2025-09-16 10:53:33 +00:00
copilot-swe-agent[bot]
08ce81609a
Add OSC 9;9 support for PowerShell prompt to enable Windows Terminal directory tracking
...
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com >
2025-09-16 10:52:13 +00:00
copilot-swe-agent[bot]
218400a4b8
Initial plan
2025-09-16 10:47:03 +00:00
Chris Antos
173b86fbc8
Fix another pre-existing bug in the hg prompt.
...
If the hg program is not found, then there used to be a Lua script
error. I fixed that in the earlier commit in this PR. But the fix
was incomplete, and the hg prompt still appended " ()" instead of
not appending anything (which is how the svn prompt behaves when
the svn program is not found).
2025-09-14 10:34:23 -07:00
Chris Antos
8ec4789e35
Fix cmderdev/cmder#3020 ; hg prompt is slow.
...
Cmder's hg prompt didn't use async prompt filtering yet.
Cmder's svn prompt only used async prompt filtering if a special config
variable was set (the commit which contributed it seems to have
misunderstood the git config settings for the git async prompt).
This commit makes the following changes:
1. Adds async prompt filtering for hg.
2. Makes async prompt filtering for svn the default.
3. Removes the prompt_overrideSvnStatusOptIn variable.
4. Fixes a bug where any errors during `svn status` in the svn prompt
accidentally show up in the terminal.
5. Fixes a bug where any errors during `hg branch` in the hg prompt
turn into Lua errors.
6. Simplifies the code for colors in the hg and svn prompts.
7. Clean up the svn prompt code and make it consistent with the git
and hg prompt code.
2025-09-04 10:41:08 -07:00
David Refoua
e2784bca6a
Bump actions/checkout from 4 to 5
2025-08-12 05:57:57 +03:30
David Refoua
43ab19a74d
Bump actions/checkout from 4 to 5
2025-08-12 05:55:35 +03:30
dependabot[bot]
c7116bd533
Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-11 19:56:14 +00:00
DRSDavidSoft
e52906ac9b
Merge branch 'master' into development
2025-07-16 00:48:11 +00:00
David Refoua
05552dc51c
added a comment
2025-07-16 04:18:03 +03:30
DRSDavidSoft
623bd52b7c
Merge branch 'master' into development
2025-07-16 00:46:57 +00:00
David Refoua
c6bfd6f276
Minor refactors to Git status and branch functions in git-prompt.sh
...
- `getGitStatusSetting`: use local variables, improve regex pattern, use return status codes instead of echo strings
- `getSimpleGitBranch`: better error handling, use local variables
- Simplified conditional checks
2025-07-16 04:16:47 +03:30
DRSDavidSoft
cf97d7d4ec
Merge branch 'master' into development
2025-07-15 17:32:20 +00:00
David Refoua
1d51c4f402
make bash prompt more consistent;
...
* display λ in grey and bold
* fix a bug where an uneeded colon would be prepended to the tab title (when MSYSTEM is unset)
2025-07-15 21:02:12 +03:30
David Refoua
bb14aeace5
merge with master
2025-07-15 20:37:45 +03:30
David Refoua
aff4ad259f
fix color values and names mismatch in comments
2025-07-15 20:25:59 +03:30
David Refoua
76c5b9e116
resolve conflicts
2025-07-15 19:31:41 +03:30
David Refoua
cb76868411
Import from upstream git-prompt.sh: user-specific bash completion scripts
...
Source: 061dbfe92b
2025-07-15 19:29:16 +03:30
David Refoua
abcb1a1aa1
display MSYSTEM if set; fix indentation; add comment
2025-07-15 19:26:49 +03:30
David Refoua
aa156a2901
revert inadvertent changes
2025-04-08 20:50:27 +03:30
David Refoua
df42ff2d8c
indentation cleanup and comment fix
2025-04-08 20:48:47 +03:30
Dax T. Games
2868f9ee92
revert inadvertent changes
2025-04-08 12:11:37 -04:00
DRSDavidSoft
8b004be391
Merge branch 'master' into development
2025-04-08 10:04:33 +00:00
David Refoua
93785426a6
Bump peter-evans/create-pull-request from 6 to 7
...
Hopefully, there won't be breaking changes
2025-04-08 13:34:23 +03:30
DRSDavidSoft
e3fc1a122d
Merge branch 'master' into development
2025-04-08 09:17:41 +00:00
David Refoua
00763846a2
Updates to 3 vendored dependencies
2025-04-08 12:47:31 +03:30
Dax T Games
a44b30c3eb
Update build.yml
2025-04-03 17:17:01 -04:00
Dax T. Games
6d82cf897b
fix build script
2025-04-03 20:34:34 +00:00
DRSDavidSoft
1737bcdeb7
⬆️ Update dependencies (git-for-windows v2.49.0.windows.1, clink v1.7.14, clink-completions v0.6.2)
2025-04-03 13:43:06 +00:00
Dax T Games
7ac805cda5
Merge pull request #2942 from daxgames/cmder4win
...
Cmder for Windows - Add `Bash`, `Powershell`, `mintty`.
2025-03-09 08:56:35 -07:00
Dax T. Games
c1bbc462f3
Merge branch 'upstream-development' into cmder4win
...
* upstream-development:
CHANGELOG.md
CHANGELOG.md
2025-01-05 22:49:28 -05:00
Dax T Games
15d56185b7
Merge pull request #2988 from daxgames/fix_launcher_overwrite-2
...
Development BUG - Fixes launcher overwriting or not backing up terminal emulator settings in development branch.
2025-01-05 19:24:54 -08:00
Dax T. Games
8683dad111
Remove /a switch and associated code.
2025-01-05 22:07:27 -05:00
Dax T. Games
d349f57e78
add executionpolicy bypass
2025-01-05 20:19:40 -05:00
Dax T. Games
b412036262
CHANGELOG.md
2025-01-05 19:52:28 -05:00
Dax T. Games
06349694f0
CHANGELOG.md
2025-01-05 19:46:59 -05:00
Dax T. Games
e0aa20a080
CHANGELOG.md
2025-01-05 19:38:45 -05:00
Dax T. Games
b00dce8ba8
Merge remote-tracking branch 'origin/cmder4win' into cmder4win
...
* origin/cmder4win:
cleanup
cleanup
cleanup
not set
origin/fix_launcher_overwrite
cleanup
respect PATHEXT instead of hardcoding our own value
add missing qualified dir
cleanup
prevent warnings if the dir does not exist
enable `/d` flag in `excd` by default
fix conflict
add notes on what shim actually is
⬆️ Update dependencies (git-for-windows v2.47.0.windows.1, clink v1.7.3, clink-completions v0.6.0)
make library comments consistent and clean up code
Use single quotes inside double quotes
modify the header to remove outdated mention
add vendor/bin/create-cmdercfg.cmd
2025-01-05 19:29:49 -05:00
Dax T. Games
0c2e5ce1f2
CHANGELOG.md
2025-01-05 19:28:51 -05:00
Dax T Games
bd3f1326f2
Merge branch 'origin-development-dax' into cmder4win
2025-01-05 13:08:38 -05:00
Dax T Games
6cf4a42469
Merge pull request #24 from daxgames/fix_launcher_overwrite-2
...
Development BUG - Fixes launcher overwriting or not backing up terminal emulator settings in development branch.
2025-01-05 13:01:46 -05:00
Dax T Games
980083fb8c
Merge pull request #23 from daxgames/more_speed_2
...
Optimizations for improving speed
2025-01-05 12:15:45 -05:00
Dax T Games
a1a6a02b04
Merge pull request #2825 from daxgames/more_speed_2
...
Optimizations for improving speed
2025-01-05 12:14:40 -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