mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-11 04:57:28 +08:00
Compare commits
4 Commits
copilot/im
...
copilot/up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8329fb8275 | ||
|
|
27e27cae14 | ||
|
|
4763821a77 | ||
|
|
ddaa2f1c4e |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -242,7 +242,7 @@ jobs:
|
|||||||
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
|
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
build/cmder.zip
|
build/cmder.zip
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Cmder
|
# Cmder
|
||||||
|
|
||||||
[](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/cmderdev/cmder) [](https://github.com/cmderdev/cmder/actions/workflows/build.yml)
|
[](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://github.com/cmderdev/cmder/actions/workflows/build.yml?query=event%3Apush+branch%3Amaster)
|
||||||
|
|
||||||
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
|
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
|
||||||
|
|
||||||
@@ -388,13 +388,10 @@ If you do not have a `[cmder_root]/config/user[-|_]conemu.xml`, you are running
|
|||||||
|
|
||||||
## Current development builds
|
## Current development builds
|
||||||
|
|
||||||
You can download builds of the current development branch by going to AppVeyor via the following link:
|
Download the latest successful GitHub Actions build, then open the run and download the artifacts from the **Artifacts** section:
|
||||||
|
|
||||||
[](https://ci.appveyor.com/project/cmderdev/cmder/branch/master/artifacts)
|
* **Master branch builds**: https://github.com/cmderdev/cmder/actions/workflows/build.yml?query=event%3Apush+branch%3Amaster+is%3Asuccess
|
||||||
|
* **Development branch builds**: https://github.com/cmderdev/cmder/actions/workflows/build.yml?query=event%3Apull_request+branch%3Adevelopment+is%3Asuccess
|
||||||
The latest download builds by GitHub Actions can be downloaded from the link below:
|
|
||||||
|
|
||||||
[](https://github.com/cmderdev/cmder/actions/workflows/build.yml)
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
4
vendor/clink_settings.default
vendored
4
vendor/clink_settings.default
vendored
@@ -30,3 +30,7 @@ cmd.auto_answer = answer_yes
|
|||||||
# name: Doskey completions
|
# name: Doskey completions
|
||||||
# type: color
|
# type: color
|
||||||
color.doskey = yellow
|
color.doskey = yellow
|
||||||
|
|
||||||
|
# name: Show a suggestion in a muted color
|
||||||
|
# type: boolean
|
||||||
|
autosuggest.inline
|
||||||
|
|||||||
Reference in New Issue
Block a user