Downloads:
663,065
Downloads of v 1.3.18:
56,472
Last Update:
26 Mar 2021
Package Maintainer(s):
Software Author(s):
- Samuel Vasko
Tags:
cmder console terminal cli foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Cmder
This is not the latest version of Cmder available.
- 1
- 2
- 3
1.3.18 | Updated: 26 Mar 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
663,065
Downloads of v 1.3.18:
56,472
Maintainer(s):
Software Author(s):
- Samuel Vasko
Cmder 1.3.18
This is not the latest version of Cmder available.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Cmder, run the following command from the command line or from PowerShell:
To upgrade Cmder, run the following command from the command line or from PowerShell:
To uninstall Cmder, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download cmder --internalize --version=1.3.18 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade cmder -y --source="'INTERNAL REPO URL'" --version="'1.3.18'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade cmder -y --source="'INTERNAL REPO URL'" --version="'1.3.18'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install cmder
win_chocolatey:
name: cmder
version: '1.3.18'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cmder' do
action :install
source 'INTERNAL REPO URL'
version '1.3.18'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cmder
{
Name = "cmder"
Version = "1.3.18"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cmder':
ensure => '1.3.18',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 02 Apr 2021.
Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for USB Sticks or Dropbox. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
Combines utility of 3 distinct tools:
- Console emulator = Conemu
- Cmd.exe enhancements = clink
- Unix tools on windows = msysgit
Notes
This package uncompresses to 250 MB and includes Unix commands via bundled msysgit.
See cmdermini (8 MB) for basic console without bundled msysgit.
MIT License
Copyright (c) 2017 Samuel Vasko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/cmderdev/cmder/releases/tag/v1.3.18>
and can be verified by doing the following:
1. Download the following <https://github.com/cmderdev/cmder/releases/download/v1.3.18/cmder.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 392A5A5C36CCB3FD212A2A703ADA209C9458EF4CF6EAB10A93A3F20BA351FDAB
The file 'LICENSE.txt' has been obtained from <https://github.com/cmderdev/cmder/blob/master/LICENSE>
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$unScriptPath = Join-Path $toolsPath "Uninstall-ChocolateyPath.psm1"
$installPath = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
Import-Module $unScriptPath
Uninstall-ChocolateyPath $installPath 'User'
if (Test-Path $installPath) {
Remove-Item -path $installPath -Recurse -Force
}
md5: 367EEC48D093D92EF73191CCF7C20462 | sha1: 02393C1FA09F40CF76934E2595EAE9220CED3390 | sha256: 392A5A5C36CCB3FD212A2A703ADA209C9458EF4CF6EAB10A93A3F20BA351FDAB | sha512: A6C97C9388A46CF757640F809F871883848BF6E162C518C8159BB4B28C756B98713BF5464D2D7AA458CAEF0517863838FF772A5991DCF30E3A330D78BFFDD1EC
function Uninstall-ChocolateyPath {
param(
[string] $pathToUninstall,
[System.EnvironmentVariableTarget] $pathType = [System.EnvironmentVariableTarget]::User
)
Write-Debug "Running 'Uninstall-ChocolateyPath' with pathToUninstall:`'$pathToUninstall`'";
#get the PATH variable
$envPath = $env:PATH
#$envPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
if (!$envPath.ToLower().Contains($pathToUninstall.ToLower())) {
Write-Host "PATH environment variable does not have $pathToUninstall in it."
return
}
Write-Host "PATH environment variable has $pathToUninstall in it. Removing..."
$actualPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
# escape regex metachars, match possible backslash and item separator at eol
$pathToUninstallRegex = ($pathToUninstall -replace '([\\().])', '\$1') + '\\?(;|$)'
# remove pathToUninstall from actualPath
$actualPath = $actualPath -replace "$pathToUninstallRegex", ''
if ($pathType -eq [System.EnvironmentVariableTarget]::Machine) {
$psArgs = "[Environment]::SetEnvironmentVariable('Path',`'$actualPath`', `'$pathType`')"
Start-ChocolateyProcessAsAdmin "$psArgs"
}
else {
[Environment]::SetEnvironmentVariable('Path', $actualPath, $pathType)
}
# remove from path of current powershell session
$envPSPath = $env:PATH
$env:Path = $envPSPath -replace "$pathToUninstallRegex", ''
}
Log in or click on link to see number of positives.
- antiword.exe (822ab4b4ed92) - ## / 67
- funzip.exe (77529cc57a58) - ## / 69
- unzip.exe (79ff15ec1433) - ## / 68
- unzipsfx.exe (c52e8c1d3a65) - ## / 68
- which.exe (4e759494f7b3) - ## / 66
- libmetalink-3.dll (21b850ebf066) - ## / 68
- envsubst.exe (cdd344e75e23) - ## / 68
- gettext.exe (db7659c12cdc) - ## / 65
- msgattrib.exe (db81e15e135e) - ## / 68
- msgcat.exe (a91553968ab4) - ## / 67
- msgcmp.exe (ef0679ad36fc) - ## / 70
- msgcomm.exe (682c45b3fc13) - ## / 67
- msgconv.exe (3ab3d3ab00ea) - ## / 67
- msgen.exe (734f58dcd4fe) - ## / 69
- msgexec.exe (773dcbb7c623) - ## / 68
- msgfilter.exe (66a63dd3da6c) - ## / 65
- msgfmt.exe (a2e91921a8d9) - ## / 69
- msggrep.exe (40de5666a6b0) - ## / 66
- msginit.exe (f704aca8e173) - ## / 68
- msgmerge.exe (cf2a26b8f73a) - ## / 68
- msgunfmt.exe (fa9717b013b3) - ## / 68
- msguniq.exe (81410d940955) - ## / 68
- ngettext.exe (ad26105e6f6c) - ## / 69
- recode-sr-latin.exe (630fb38f66d5) - ## / 69
- ssh-pageant.exe (75e252b5c24c) - ## / 69
- winpty-agent.exe (d3b74b6e8b15) - ## / 69
- winpty-debugserver.exe (532323cd6fa3) - ## / 67
- winpty.exe (a54e240ef85a) - ## / 69
- xgettext.exe (c380644123f9) - ## / 69
- cldr-plurals.exe (04b0a553cf2d) - ## / 68
- hostname.exe (cf327a161bc4) - ## / 68
- urlget.exe (e0cae56bde5c) - ## / 68
- odt2txt.exe (73845b4e4d5f) - ## / 68
- patch.exe (c0698e54d60e) - ## / 70
- libtre-5.dll (ced3ed477102) - ## / 68
- x86_64-w64-mingw32-agrep.exe (436d6e9f1198) - ## / 69
- connect.exe (d66b83322070) - ## / 72
- pdftotext.exe (252d2b345662) - ## / 70
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll (a9b91af8552e) - ## / 67
- grep.exe (c5eafd0df948) - ## / 69
- msys-crypt-0.dll (6a5bc7705db2) - ## / 70
- msys-npth-0.dll (68f3cfb0ca10) - ## / 68
- pinentry-w32.exe (e798f4827bc8) - ## / 72
- cygwin1.dll (b5498e8e6ae9) - ## / 72
- wslbridge.exe (668ee195182b) - ## / 71
- msys-aprutil-1-0.dll (7ffbd2daec49) - ## / 69
- msys-gettextlib-0-19-8-1.dll (1dee6432a5d2) - ## / 67
- msys-gettextsrc-0-19-8-1.dll (bc3baa7464b3) - ## / 66
- msys-intl-8.dll (5c22f7bb9459) - ## / 66
- msys-unistring-2.dll (d91f0a9b2bc9) - ## / 67
- msys-z.dll (6d6d4c757c8e) - ## / 67
- winpty.dll (1098d3a01bd4) - ## / 65
- bash.exe (744343e01351) - ## / 68
- msys-asn1-8.dll (656422199dfd) - ## / 67
- msys-com_err-1.dll (386604cee39a) - ## / 67
- msys-gssapi-3.dll (3eb2bfe48148) - ## / 59
- msys-hcrypto-4.dll (bbc44d03c231) - ## / 66
- msys-heimbase-1.dll (3fa5ee94e0eb) - ## / 66
- msys-heimntlm-0.dll (4de178a8f0b4) - ## / 66
- msys-hx509-5.dll (289b89bd846e) - ## / 67
- msys-kafs-0.dll (4a954a150789) - ## / 67
- msys-krb5-26.dll (38e8ebfee903) - ## / 67
- msys-roken-18.dll (4df729961169) - ## / 67
- msys-wind-0.dll (b78b69b2a64c) - ## / 66
- msys-sasl2-3.dll (748d68b90598) - ## / 67
- pluginviewer.exe (f37318870fa3) - ## / 68
- msys-anonymous-3.dll (02841ef37d4a) - ## / 67
- msys-crammd5-3.dll (6b0fbcbfdb6f) - ## / 67
- msys-digestmd5-3.dll (d65f163f01d2) - ## / 67
- msys-gs2-3.dll (29c70f0a8967) - ## / 67
- msys-gssapiv2-3.dll (7f0690cd5898) - ## / 67
- msys-otp-3.dll (9f02d0384dcf) - ## / 67
- msys-plain-3.dll (f77e4dbb86a6) - ## / 67
- msys-scram-3.dll (42764eece1e3) - ## / 67
- cmp.exe (18711bf37bb8) - ## / 69
- diff.exe (f80835e38a9e) - ## / 69
- diff3.exe (f240c5df3795) - ## / 69
- gzip.exe (5f3bf0f86ade) - ## / 69
- msys-assuan-0.dll (cc2946cca2ee) - ## / 70
- sdiff.exe (a784027690a6) - ## / 69
- libiconv-2.dll (1a821165c375) - ## / 68
- zlib1.dll (42566cadd56f) - ## / 68
- awk.exe (6dad72258006) - ## / 69
- msys-apr-1-0.dll (fcf13812f547) - ## / 61
- tar.exe (0aefb42a69af) - ## / 70
- grcat.exe (01e8c7cb777e) - ## / 69
- pwcat.exe (788f0b6eeafc) - ## / 68
- filefuncs.dll (b759d08eeab7) - ## / 68
- fnmatch.dll (f91b8da021aa) - ## / 63
- fork.dll (3ec9f323bb79) - ## / 66
- inplace.dll (53f2d02be452) - ## / 66
- intdiv.dll (144c13f38f41) - ## / 68
- ordchr.dll (4110cce86c10) - ## / 69
- readdir.dll (66213814476d) - ## / 69
- readfile.dll (6f8afa86237c) - ## / 71
- revoutput.dll (b932b9d7a5aa) - ## / 67
- revtwoway.dll (5c91c6b88966) - ## / 63
- rwarray.dll (83e7eed24f71) - ## / 67
- time.dll (7d1c0d9fc2d3) - ## / 66
- rmt.exe (8aa3ad07bb50) - ## / 72
- bunzip2.exe (f8498cbec88c) - ## / 70
- bzip2recover.exe (459515ce064f) - ## / 72
- LIBBZ2-1.DLL (c4cd3e2d2a46) - ## / 69
- libjemalloc.dll (cfd2e701499b) - ## / 70
- libpcre2-8-0.dll (4b7c3af719c6) - ## / 70
- less.exe (fe16af7e2aa5) - ## / 68
- lessecho.exe (382a9553ed06) - ## / 62
- lesskey.exe (7b26b0aaec8d) - ## / 71
- msys-psl-5.dll (5582a5b1c94c) - ## / 69
- psl.exe (338f7a3c6a13) - ## / 66
- find.exe (5de59a8f44db) - ## / 68
- locate.exe (2fdc22a0924c) - ## / 71
- msys-expat-1.dll (ecfd02b66328) - ## / 67
- xargs.exe (573f9523df01) - ## / 70
- frcode.exe (c1010126226d) - ## / 72
- AzureDevOps.Authentication.dll (db051692b7c5) - ## / 67
- Bitbucket.Authentication.dll (25c11f1f7ae8) - ## / 68
- git-askpass.exe (8c53f49d442e) - ## / 69
- git-credential-manager.exe (af4ed5e9ca82) - ## / 67
- GitHub.Authentication.exe (e3dbfdd33986) - ## / 69
- Microsoft.Alm.Authentication.dll (6e19a35d8ccb) - ## / 68
- edit.dll (f6381126970c) - ## / 69
- edit_test.exe (4f6f2e5e0062) - ## / 69
- edit_test_dll.exe (237daa746514) - ## / 69
- libidn2-0.dll (3e859c977f34) - ## / 67
- tcl86.dll (f1cb0c69e38f) - ## / 70
- tclsh.exe (a088d0ee0af6) - ## / 72
- tclreg13.dll (0d242d2ce7f6) - ## / 70
- thread285.dll (0721bf4c3e88) - ## / 71
- Newtonsoft.Json.dll (7f912b28a07c) - ## / 71
- captoinfo.exe (0ec7910d0e37) - ## / 67
- clear.exe (209d37797ab7) - ## / 68
- infocmp.exe (1801323fca2e) - ## / 67
- msys-edit-0.dll (84cdebe4f3e1) - ## / 71
- msys-gmp-10.dll (3d9fdac07c46) - ## / 71
- msys-idn2-0.dll (db5831a1dcc4) - ## / 70
- msys-ncursesw6.dll (4aa2127d9670) - ## / 64
- msys-readline8.dll (db4755764295) - ## / 71
- msys-serf-1-0.dll (b8f01882dc27) - ## / 71
- msys-tasn1-6.dll (878aa14a7bba) - ## / 70
- msys-ticw6.dll (9f4b6d7ae571) - ## / 63
- reset.exe (cb4e045cd327) - ## / 67
- sed.exe (57826af52c98) - ## / 63
- tabs.exe (a07a45bd0544) - ## / 69
- toe.exe (18ae8d0dad14) - ## / 69
- tput.exe (c6fe13b4221c) - ## / 63
- liblzma-5.dll (2732cad5c87c) - ## / 68
- libpcre-1.dll (84cd1edc65df) - ## / 68
- libpcreposix-0.dll (7100e72fda5c) - ## / 70
- lzmadec.exe (c214a5d3030c) - ## / 72
- lzmainfo.exe (fd75db159fd2) - ## / 72
- unxz.exe (68b1a2016be7) - ## / 72
- xzdec.exe (211f54e667fa) - ## / 71
- arch.exe (3a95bf51004b) - ## / 69
- b2sum.exe (6156104df5a8) - ## / 68
- base32.exe (6783dec0c852) - ## / 68
- base64.exe (8f8fb12b7b35) - ## / 67
- basename.exe (edaa6b4a1511) - ## / 66
- basenc.exe (ddc4ca8d7ec6) - ## / 69
- cat.exe (60c4c31bffc6) - ## / 67
- chcon.exe (eb07e6101d97) - ## / 68
- chgrp.exe (58ea4fbd67e8) - ## / 69
- chmod.exe (19c3b73bda98) - ## / 63
- chown.exe (cc3c3f84e7b8) - ## / 68
- chroot.exe (831b3c092216) - ## / 68
- cksum.exe (ae17bf1135dc) - ## / 69
- comm.exe (333144240307) - ## / 68
- cp.exe (ec8bd502ed39) - ## / 65
- csplit.exe (ef81201e51af) - ## / 69
- cut.exe (eeac3bac59dd) - ## / 66
- date.exe (33ad7545e313) - ## / 69
- dd.exe (5c7671ee7d3f) - ## / 67
- df.exe (8714b73a76ba) - ## / 65
- dir.exe (bffffdc21be7) - ## / 68
- dircolors.exe (8804b0ce384c) - ## / 69
- dirname.exe (7d7a375dd5c7) - ## / 65
- du.exe (97b0e00c95d3) - ## / 69
- echo.exe (7b4ae9187979) - ## / 68
- env.exe (81cfeb62d084) - ## / 66
- expand.exe (1968a0e7eda5) - ## / 69
- expr.exe (1b878d87b461) - ## / 66
- factor.exe (eaace5b4be66) - ## / 66
- false.exe (51c6bfa70cf2) - ## / 69
- fmt.exe (718ca140fe53) - ## / 68
- fold.exe (a046202ff336) - ## / 69
- gkill.exe (8cb49b5b9715) - ## / 68
- groups.exe (2eab717f8791) - ## / 67
- head.exe (9f90ac2309aa) - ## / 69
- hostid.exe (f6864e52a7b5) - ## / 68
- hostname.exe (bb176e7b1180) - ## / 66
- id.exe (319e51a8862c) - ## / 68
- install.exe (52fa70fe88ef) - ## / 67
- join.exe (9556656ca0a4) - ## / 69
- link.exe (fe914b24fc9c) - ## / 69
- ln.exe (2d7718dbf81e) - ## / 67
- logname.exe (a07b07819bb4) - ## / 68
- ls.exe (3051428b4d22) - ## / 66
- md5sum.exe (36ade3aa5b15) - ## / 65
- mkdir.exe (c2e952d861bd) - ## / 65
- mkfifo.exe (45ef42133205) - ## / 67
- mknod.exe (75c5e4f95ccb) - ## / 68
- mktemp.exe (7fc8491e38cd) - ## / 67
- msys-gcc_s-seh-1.dll (61881a832317) - ## / 70
- msys-pcre-1.dll (33107c9feded) - ## / 68
- mv.exe (918ac677fe30) - ## / 67
- nice.exe (ebe1dfe5ce66) - ## / 69
- nl.exe (d019a794dcc8) - ## / 68
- nohup.exe (97c58ac9ad6e) - ## / 69
- nproc.exe (351b896b4785) - ## / 69
- numfmt.exe (16c1f38f0191) - ## / 67
- od.exe (411d0467ea76) - ## / 65
- paste.exe (ec396c7b876f) - ## / 68
- pathchk.exe (a38a4c172027) - ## / 69
- pinky.exe (f5c8e5de7ec7) - ## / 69
- pr.exe (27f3a9df4e7a) - ## / 69
- printenv.exe (eebeeef2aae8) - ## / 69
- printf.exe (8153246138f2) - ## / 69
- ptx.exe (1a63f2a0ab10) - ## / 69
- pwd.exe (54c64430238c) - ## / 68
- readlink.exe (bb626a89edff) - ## / 67
- realpath.exe (af214203df43) - ## / 67
- rm.exe (a06667fc54b5) - ## / 65
- rmdir.exe (d75c959badb0) - ## / 68
- runcon.exe (acdbe3b2d7eb) - ## / 67
- seq.exe (bb80a5cbe3e9) - ## / 67
- sha1sum.exe (d8086f50ae2e) - ## / 69
- sha224sum.exe (cd2eef6c54af) - ## / 69
- sha256sum.exe (9185ff201a77) - ## / 69
- sha384sum.exe (f179691c576c) - ## / 68
- sha512sum.exe (1db217ab18c8) - ## / 69
- shred.exe (ca990fa7cf4c) - ## / 68
- shuf.exe (ecb96454a90d) - ## / 69
- sleep.exe (2df2cf71f44f) - ## / 68
- sort.exe (e65780dbf33d) - ## / 68
- split.exe (9298df57b998) - ## / 68
- stat.exe (c03bc22a2cbc) - ## / 68
- stty.exe (04399fa4fac0) - ## / 67
- sum.exe (f981eacdd5f4) - ## / 69
- sync.exe (8299a78e03e5) - ## / 67
- tac.exe (0131672605c2) - ## / 67
- tail.exe (130586c98065) - ## / 69
- tee.exe (966a578fdd63) - ## / 69
- test.exe (829c4ca46c7c) - ## / 61
- timeout.exe (b305bed09354) - ## / 67
- touch.exe (06fd4e1e846b) - ## / 66
- tr.exe (d6f6f42d894a) - ## / 68
- true.exe (016be77dfc36) - ## / 69
- truncate.exe (6fa64fb0bc91) - ## / 69
- tsort.exe (3df4f0de4242) - ## / 69
- tty.exe (284e908caa04) - ## / 68
- uname.exe (9962b490c947) - ## / 66
- unexpand.exe (86cc512c6660) - ## / 68
- uniq.exe (aa94d3f1b504) - ## / 69
- unlink.exe (ba99ff8e489c) - ## / 67
- users.exe (e2f7ff9bdb8b) - ## / 69
- vdir.exe (1657ba8c8650) - ## / 67
- wc.exe (dc6f05f1ca01) - ## / 69
- who.exe (44e35dc88d68) - ## / 69
- whoami.exe (39d21486ef25) - ## / 69
- yes.exe (705ee11c7286) - ## / 69
- [.exe (c5baf0528353) - ## / 61
- bunzip2.exe (228c4f4ef67b) - ## / 68
- bzip2recover.exe (4fa6a660c0a2) - ## / 69
- msys-bz2-1.dll (cb3e6eda9e27) - ## / 65
- msys-ffi-7.dll (b68e050512c5) - ## / 67
- msys-p11-kit-0.dll (a01d69b3da13) - ## / 71
- p11-kit.exe (227624e97b6f) - ## / 62
- tig.exe (ca04d45b61b0) - ## / 72
- trust.exe (dcab5fcf8910) - ## / 70
- p11-kit-remote.exe (3e91489bd1ef) - ## / 62
- p11-kit-server.exe (28f3666127f3) - ## / 68
- acountry.exe (ad5d87337d21) - ## / 69
- adig.exe (3ee6e8c83440) - ## / 72
- ahost.exe (e384a267fdb7) - ## / 72
- libcares-4.dll (2c1bf442c01b) - ## / 71
- msys-hogweed-6.dll (b0f59f571605) - ## / 61
- msys-lz4-1.dll (f384782b8219) - ## / 67
- msys-nettle-8.dll (95c5f849e1bc) - ## / 70
- nano.exe (ad10e871c8f6) - ## / 70
- nettle-hash.exe (1ddf60751a83) - ## / 70
- nettle-lfib-stream.exe (c002aaa28368) - ## / 72
- nettle-pbkdf2.exe (41dc75068711) - ## / 71
- pkcs1-conv.exe (8a3251578a4a) - ## / 72
- sexp-conv.exe (3cbd72edf679) - ## / 71
- envsubst.exe (2d376099ae27) - ## / 69
- gettext.exe (0554fc3ad2c5) - ## / 71
- libintl-8.dll (fb57242379a1) - ## / 69
- libnghttp2-14.dll (3420f9096790) - ## / 69
- libssh2-1.dll (1152f2f42a0d) - ## / 69
- libunistring-2.dll (dcd2101fed42) - ## / 68
- x86_64-w64-mingw32-deflatehd.exe (a0f9e8471ceb) - ## / 72
- x86_64-w64-mingw32-inflatehd.exe (8556d9f40d17) - ## / 72
- column.exe (973076207db2) - ## / 67
- dash.exe (9bff5bec6348) - ## / 71
- dumpsexp.exe (e189c7d2aa6e) - ## / 67
- file.exe (e412e4d04b10) - ## / 71
- getopt.exe (80fa7b7d2898) - ## / 69
- gpg-error.exe (03db111d567f) - ## / 69
- hmac256.exe (014789da342c) - ## / 72
- mpicalc.exe (2274cda27120) - ## / 67
- msys-gcrypt-20.dll (441de88bb8fd) - ## / 70
- msys-gpg-error-0.dll (8fcdf996f123) - ## / 71
- msys-ksba-8.dll (f7f36ca13139) - ## / 68
- msys-magic-1.dll (f94d82cf577b) - ## / 71
- msys-mpfr-6.dll (ae6e12ef4711) - ## / 67
- msys-perl5_32.dll (ee859f08c8d7) - ## / 70
- msys-smartcols-1.dll (57596560e986) - ## / 65
- msys-svn_client-1-0.dll (d48fe535e8e6) - ## / 66
- msys-svn_delta-1-0.dll (721924d6af8d) - ## / 68
- msys-svn_diff-1-0.dll (44f97369e20c) - ## / 66
- msys-svn_fs-1-0.dll (ea826e9eccec) - ## / 68
- msys-svn_fs_fs-1-0.dll (9933c215caf0) - ## / 67
- msys-svn_fs_util-1-0.dll (1e6ee45f96bc) - ## / 68
- msys-svn_fs_x-1-0.dll (9c3a8dea5af1) - ## / 67
- msys-svn_ra-1-0.dll (458024095e60) - ## / 68
- msys-svn_ra_local-1-0.dll (aa76fa5acfe5) - ## / 65
- msys-svn_ra_serf-1-0.dll (17f817822ead) - ## / 68
- msys-svn_ra_svn-1-0.dll (52dfe5880edf) - ## / 67
- msys-svn_repos-1-0.dll (3c850f833e75) - ## / 68
- msys-svn_subr-1-0.dll (ba73602dc8c3) - ## / 67
- msys-svn_swig_perl-1-0.dll (9d7fc67a7973) - ## / 68
- msys-svn_wc-1-0.dll (80b345a48199) - ## / 68
- msys-uuid-1.dll (b08f35abd8da) - ## / 67
- perl.exe (ba2f8a2869b7) - ## / 71
- yat2m.exe (a9881eb3dbdc) - ## / 72
- Microsoft.Identity.Client.dll (f98dd15847b2) - ## / 68
- Microsoft.Identity.Client.Extensions.Msal.dll (06ac7044f92a) - ## / 66
- Microsoft.IdentityModel.JsonWebTokens.dll (4e44feb0497f) - ## / 69
- Microsoft.IdentityModel.Logging.dll (1f8962d532d2) - ## / 68
- Microsoft.IdentityModel.Tokens.dll (6cfb218c6f8f) - ## / 69
- attributes.dll (ccfa55eb2b87) - ## / 70
- B.dll (9fc80a3f1f60) - ## / 71
- Cwd.dll (5f04baee262f) - ## / 70
- Encode.dll (0d0b55efd655) - ## / 71
- Fcntl.dll (42b120233068) - ## / 71
- IO.dll (b8ba54be05b3) - ## / 71
- mro.dll (6bc4f3e36ecf) - ## / 70
- NDBM_File.dll (308c133780b7) - ## / 70
- Opcode.dll (4747b55df08d) - ## / 70
- POSIX.dll (0451b4b25c28) - ## / 69
- re.dll (85547ee71e3f) - ## / 71
- SDBM_File.dll (d05ee3237c91) - ## / 69
- Socket.dll (5a62dc237913) - ## / 70
- Storable.dll (a97e2b204d46) - ## / 71
- threads.dll (b26a6b0430f4) - ## / 70
- Win32.dll (970cff0d44ef) - ## / 71
- Dumper.dll (549386f7abf6) - ## / 71
- Peek.dll (c5156f509272) - ## / 71
- MD5.dll (9aa794dcb4a0) - ## / 71
- SHA.dll (47fe9fb7b217) - ## / 68
- Byte.dll (abd9d7826c5d) - ## / 71
- CN.dll (592f4412a229) - ## / 71
- EBCDIC.dll (926504cbfd4c) - ## / 71
- JP.dll (e45d7602424b) - ## / 67
- KR.dll (a5254a85e32f) - ## / 69
- Symbol.dll (3f5cc14874b0) - ## / 68
- TW.dll (1cda0b6c6cc8) - ## / 71
- Unicode.dll (7dc9bf32873d) - ## / 71
- DosGlob.dll (77fcae2a8acc) - ## / 71
- Glob.dll (d0eb59566203) - ## / 71
- Util.dll (570c31aa7aab) - ## / 70
- Langinfo.dll (b06cd25ea6cb) - ## / 71
- SysV.dll (775388fa1abd) - ## / 67
- Util.dll (f2820ab9d301) - ## / 70
- Base64.dll (bcb9c57b6c48) - ## / 70
- encoding.dll (56bbd5cb96d2) - ## / 70
- mmap.dll (16b30c6cf1b9) - ## / 70
- scalar.dll (1c41ac33c034) - ## / 61
- via.dll (895bd262a51e) - ## / 66
- Hostname.dll (d986427c201f) - ## / 69
- Syslog.dll (f192386e6964) - ## / 70
- shared.dll (e05f654d66c1) - ## / 71
- HiRes.dll (2daad20a5459) - ## / 71
- Piece.dll (e68dfa26e2ea) - ## / 71
- Collate.dll (e0e4d1be690d) - ## / 71
- Normalize.dll (2114b31ef3cd) - ## / 71
- File.dll (4c0a904c482c) - ## / 71
- APItest.dll (b9328ff87af0) - ## / 71
- Typemap.dll (b152abed9840) - ## / 71
- Parser.dll (b27c319ae77b) - ## / 67
- SSLeay.dll (d4f00ab9d38c) - ## / 68
- _Client.dll (78400f647475) - ## / 68
- _Core.dll (18477ef7e96b) - ## / 68
- _Delta.dll (ac7903eb50f9) - ## / 68
- _Fs.dll (aedd13bd8dc6) - ## / 67
- _Ra.dll (21f2fb635ee2) - ## / 68
- _Repos.dll (7b859df3f44a) - ## / 68
- _Wc.dll (cfa9c6898da1) - ## / 68
- ReadKey.dll (13a7807647d2) - ## / 56
- Bzip2.dll (36a0faee7a36) - ## / 65
- Zlib.dll (978e91d8bbf4) - ## / 71
- Call.dll (47dff6f6a52e) - ## / 69
- FieldHash.dll (c2602035632d) - ## / 71
- FastCalc.dll (9526ce138da7) - ## / 70
- brotli.exe (788786fd2e2c) - ## / 71
- curl.exe (1575d95deb8d) - ## / 69
- git-lfs.exe (dfcd8a90b829) - ## / 71
- libbrotlicommon.dll (82046778863e) - ## / 68
- libbrotlidec.dll (a95353dab520) - ## / 69
- libcrypto-1_1-x64.dll (6431239ff173) - ## / 71
- libcurl-4.dll (db2593d878eb) - ## / 69
- libexpat-1.dll (43f742da27dd) - ## / 67
- libgcc_s_seh-1.dll (ecfbe6f5a274) - ## / 70
- libgmp-10.dll (fe81ea500389) - ## / 70
- libhogweed-6.dll (6d17576ac71c) - ## / 69
- libnettle-8.dll (c918bea58f3e) - ## / 70
- libssl-1_1-x64.dll (40bf5a9017c4) - ## / 71
- libssp-0.dll (827ca9267ac6) - ## / 71
- libstdc++-6.dll (4cb50246cb70) - ## / 58
- libzstd.dll (248494f8e115) - ## / 68
- openssl.exe (f60c97699f15) - ## / 70
- pkcs1-conv.exe (3b79dc4b8bc0) - ## / 68
- sexp-conv.exe (e28ea9ab4b29) - ## / 70
- tk86.dll (ce1fdadd7021) - ## / 70
- wish.exe (6b1e5e3e5bbb) - ## / 71
- xmlwf.exe (176525b686ec) - ## / 72
- zipcmp.exe (bbe64ff8e549) - ## / 69
- zipmerge.exe (8bcca321ccfe) - ## / 68
- ziptool.exe (d84ba48dbdca) - ## / 69
- dirmngr-client.exe (4b8b0c889f6d) - ## / 70
- dirmngr.exe (6959809cb7a3) - ## / 71
- ex.exe (6893abd68bdd) - ## / 72
- fido2-assert.exe (743a9a9a2014) - ## / 70
- fido2-cred.exe (f98b9a6473be) - ## / 69
- fido2-token.exe (fb3b8202eae5) - ## / 66
- gpg-agent.exe (91c8812edc5e) - ## / 71
- gpg-connect-agent.exe (8155447dcda1) - ## / 70
- gpg-wks-server.exe (98a76f4819a9) - ## / 71
- gpg.exe (3813dde7b401) - ## / 70
- gpgconf.exe (22af8c488c68) - ## / 62
- gpgparsemail.exe (399ef0abdfc9) - ## / 67
- gpgscm.exe (922cb31b32b5) - ## / 71
- gpgsm.exe (71bcac9d103a) - ## / 72
- gpgsplit.exe (70542f445a0e) - ## / 71
- gpgtar.exe (3665a9198699) - ## / 70
- gpgv.exe (3a8701491d5c) - ## / 70
- iconv.exe (610bf0bf1d87) - ## / 67
- kbxutil.exe (b57ee4dcb035) - ## / 72
- libtcl8.6.dll (28a49ef9ef19) - ## / 68
- mintty.exe (6ea8031aeade) - ## / 68
- msys-cbor-0.8.dll (b320bd3db62e) - ## / 67
- msys-crypto-1.1.dll (8d95fe628471) - ## / 70
- msys-fido2-1.dll (39495e95be29) - ## / 67
- msys-gnutls-30.dll (7af35f81128d) - ## / 70
- msys-iconv-2.dll (7f1115edffe5) - ## / 68
- msys-sqlite3-0.dll (009c57c2b1db) - ## / 70
- msys-ssl-1.1.dll (f15aee605794) - ## / 69
- openssl.exe (d643d5ae8934) - ## / 70
- rebase.exe (6ed6ad2b36e2) - ## / 72
- rview.exe (56588d678ab9) - ## / 69
- scp.exe (571ae3a57ed0) - ## / 67
- sftp.exe (b91680a45c72) - ## / 72
- ssh-add.exe (77711555ef9f) - ## / 71
- ssh-agent.exe (57ea3c244778) - ## / 70
- ssh-keygen.exe (f37dc47c5f17) - ## / 69
- ssh-keyscan.exe (020188da36e5) - ## / 72
- ssh.exe (74a7ae959c47) - ## / 68
- sshd.exe (ef116a214579) - ## / 70
- tclsh.exe (debe4f425782) - ## / 69
- watchgnupg.exe (e239e188ac74) - ## / 71
- xxd.exe (eb5b31e37c70) - ## / 68
- capi.dll (c0a27d8bc41c) - ## / 71
- padlock.dll (fb947542ffd7) - ## / 69
- Atlassian.Bitbucket.dll (0d635fb6f026) - ## / 69
- Atlassian.Bitbucket.UI.exe (65e99e32d02d) - ## / 69
- git-credential-manager-core.exe (745e16f7d774) - ## / 70
- GitHub.dll (8a9ed3985325) - ## / 60
- GitHub.UI.exe (1d9f9fbdb453) - ## / 69
- Microsoft.AzureRepos.dll (c446b51386eb) - ## / 68
- Microsoft.Git.CredentialManager.dll (599853611987) - ## / 68
- Microsoft.Git.CredentialManager.UI.dll (92cb2b1ca25c) - ## / 69
- gpg-check-pattern.exe (42cab9570888) - ## / 71
- gpg-preset-passphrase.exe (f66dbba85d1e) - ## / 70
- gpg-protect-tool.exe (753cd5e08998) - ## / 69
- gpg-wks-client.exe (786a50c7f5fd) - ## / 70
- scdaemon.exe (75bb1c0cb55a) - ## / 72
- sftp-server.exe (4b16ab82eae7) - ## / 70
- ssh-keysign.exe (98bb212b4720) - ## / 71
- ssh-pkcs11-helper.exe (e54e50dc9c44) - ## / 70
- ssh-sk-helper.exe (b6d349bf3aef) - ## / 69
- capi.dll (1aeb26920a9c) - ## / 69
- padlock.dll (915fc58a1323) - ## / 67
- Clone.dll (61ee4ece2e0d) - ## / 67
- git-bash.exe (0837c4718bc9) - ## / 70
- git-cmd.exe (0e75ab6e7cd4) - ## / 69
- bash.exe (02ca665f9aef) - ## / 70
- git.exe (3f6ac348a0ec) - ## / 69
- git-gui.exe (b440fa690c2a) - ## / 70
- gitk.exe (16eed208abff) - ## / 70
- blocked-file-util.exe (ce6d3769c66b) - ## / 72
- create-shortcut.exe (7066e4e01911) - ## / 70
- git-askyesno.exe (a46bfc564ee1) - ## / 70
- git-credential-helper-selector.exe (aa8cfb2154e0) - ## / 71
- git-receive-pack.exe (05ea77a8a779) - ## / 70
- git.exe (21e6574db9e2) - ## / 70
- libjansson-4.dll (50093328cd5e) - ## / 64
- libwinpthread-1.dll (863893f1cd49) - ## / 70
- proxy-lookup.exe (7f0c1aae1d40) - ## / 71
- WhoUses.exe (af6d217c6332) - ## / 66
- chattr.exe (01511ff934a4) - ## / 70
- cygcheck.exe (e83558ca95e9) - ## / 71
- cygpath.exe (a3db541b4129) - ## / 68
- cygwin-console-helper.exe (8772fdeb8030) - ## / 70
- d2u.exe (34863dc22491) - ## / 68
- gapplication.exe (4d46ceac5c9a) - ## / 71
- gdbus.exe (b2c761d71715) - ## / 69
- gencat.exe (145a2e63ac9e) - ## / 70
- getconf.exe (b9d09854b114) - ## / 70
- getfacl.exe (d73f5340d266) - ## / 72
- gio-querymodules.exe (a92b62c310e2) - ## / 69
- glib-compile-schemas.exe (04477fca6fc0) - ## / 71
- gobject-query.exe (5fcb28c79081) - ## / 71
- gsettings.exe (960f13eb84ab) - ## / 69
- kill.exe (acf40e429567) - ## / 68
- ldd.exe (21caf12eba74) - ## / 71
- ldh.exe (ea668fd3346a) - ## / 72
- locale.exe (2bd3f9c5a96f) - ## / 69
- lsattr.exe (08a340d794e1) - ## / 69
- minidumper.exe (2a0ba5e4486e) - ## / 72
- mkgroup.exe (c1cc6f262fd9) - ## / 68
- mkpasswd.exe (f130c3a1a24c) - ## / 72
- mount.exe (108e8e0b9614) - ## / 70
- msys-2.0.dll (33aa2cf6484d) - ## / 68
- msys-gio-2.0-0.dll (5ac9dfbba197) - ## / 66
- msys-glib-2.0-0.dll (4ea46880dfeb) - ## / 71
- msys-gmodule-2.0-0.dll (a1a2e2903e58) - ## / 69
- msys-gobject-2.0-0.dll (d0f94936e653) - ## / 70
- passwd.exe (f5e2fce68d97) - ## / 70
- pldd.exe (e54ce9050a23) - ## / 72
- ps.exe (84546e7feae9) - ## / 69
- regtool.exe (024c8c29a58b) - ## / 68
- setfacl.exe (014a7353811a) - ## / 69
- setmetamode.exe (6a686026b88d) - ## / 72
- ssp.exe (9ac0a4612648) - ## / 70
- strace.exe (f4f197fb8b2c) - ## / 71
- tzset.exe (f250f2e0a953) - ## / 72
- u2d.exe (f3337bff2573) - ## / 68
- umount.exe (b6b85f13c35d) - ## / 72
- getprocaddr32.exe (5ae67856717b) - ## / 70
- getprocaddr64.exe (a34530a829af) - ## / 69
- git-credential-wincred.exe (50eaa534adfa) - ## / 70
- git-daemon.exe (25dde0133dcc) - ## / 70
- git-http-backend.exe (7c5bcd9fe24e) - ## / 71
- git-http-fetch.exe (0259709eb05d) - ## / 68
- git-http-push.exe (905ab9bd5726) - ## / 71
- git-imap-send.exe (1a825cb551ff) - ## / 70
- git-remote-ftp.exe (bd5ddf4201c5) - ## / 68
- git-sh-i18n--envsubst.exe (ada97c7be40d) - ## / 70
- edit-git-bash.exe (771aeb510add) - ## / 69
- Cmder.exe (8bae403304f8) - ## / 69
- clink_dll_x64.dll (3694ff69d3ab) - ## / 68
- clink_dll_x86.dll (bcb03c50888f) - ## / 68
- clink_x64.exe (045bafd4ebff) - ## / 68
- clink_x86.exe (17f32f82b3ab) - ## / 69
- ConEmu.exe (fdcf0c47aaed) - ## / 69
- ConEmu64.exe (f680de5f965e) - ## / 70
- conemu-cyg-32.exe (d580de81a996) - ## / 70
- conemu-cyg-64.exe (c61002446dae) - ## / 70
- conemu-msys-32.exe (a6f71894092a) - ## / 69
- conemu-msys2-32.exe (211f17cd364b) - ## / 70
- conemu-msys2-64.exe (8e5c5f66df50) - ## / 70
- ConEmuC.exe (2bb28d2663d8) - ## / 69
- ConEmuC64.exe (31440d7faafb) - ## / 70
- ConEmuCD.dll (334c9709b9ee) - ## / 68
- ConEmuCD64.dll (75fd2d04844b) - ## / 68
- ConEmuHk.dll (e98da14bd4e6) - ## / 68
- ConEmuHk64.dll (184f985777c3) - ## / 68
- ExtendedConsole.dll (2cfad7555354) - ## / 68
- ExtendedConsole64.dll (1caed94e5da5) - ## / 68
- ConEmu.dll (4460acaca6d9) - ## / 67
- ConEmu.x64.dll (183562a78810) - ## / 68
- ConEmuBg.dll (ab647d31f609) - ## / 68
- ConEmuBg.x64.dll (3b53081ca812) - ## / 68
- ConEmuLn.dll (8486f22228fa) - ## / 68
- ConEmuLn.x64.dll (ccf21ba5b0e8) - ## / 68
- ConEmuTh.dll (15d9fe211171) - ## / 67
- ConEmuTh.x64.dll (f07df340c64f) - ## / 66
- Cmder.1.3.18.nupkg (daaa91bbaa5d) - ## / 43
- cmder.7z (392a5a5c36cc) - ## / 38
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Cmder 1.3.21 | 17 | Monday, December 19, 2022 |
Waiting for Maintainer
|
|
Cmder 1.3.20 | 33400 | Tuesday, October 18, 2022 | Approved | |
Cmder 1.3.19 | 143627 | Monday, January 17, 2022 | Approved | |
Cmder 1.3.18 | 56472 | Friday, March 26, 2021 | Approved | |
Cmder 1.3.17 | 27220 | Wednesday, December 23, 2020 | Approved | |
Cmder 1.3.16 | 57458 | Friday, July 31, 2020 | Approved | |
Cmder 1.3.15 | 17830 | Saturday, June 27, 2020 | Approved | |
Cmder 1.3.14 | 50823 | Thursday, January 9, 2020 | Approved | |
Cmder 1.3.13 | 17361 | Monday, November 25, 2019 | Approved | |
Cmder 1.3.12 | 36744 | Wednesday, August 21, 2019 | Approved | |
Cmder 1.3.11 | 61606 | Monday, December 24, 2018 | Approved | |
Cmder 1.3.10 | 6792 | Saturday, December 1, 2018 | Approved | |
Cmder 1.3.9 | 306 | Thursday, November 29, 2018 | Approved | |
Cmder 1.3.8 | 6447 | Tuesday, November 13, 2018 | Approved | |
Cmder 1.3.7 | 1379 | Saturday, November 10, 2018 | Approved | |
Cmder 1.3.6 | 5134 | Thursday, October 25, 2018 | Approved | |
Cmder 1.3.5 | 46131 | Sunday, February 11, 2018 | Approved | |
Cmder 1.3.4 | 333 | Thursday, March 29, 2018 | Approved | |
Cmder 1.3.3 | 17817 | Friday, November 3, 2017 | Approved | |
Cmder 1.3.2 | 33837 | Friday, December 16, 2016 | Approved | |
Cmder 1.3.1.20161216 | 369 | Friday, December 16, 2016 | Approved | |
Cmder 1.3.1 | 4605 | Wednesday, November 30, 2016 | Approved | |
Cmder 1.3.0.20160620-beta | 968 | Wednesday, June 22, 2016 | Exempted | |
Cmder 1.3.0 | 10940 | Wednesday, July 20, 2016 | Approved | |
Cmder 1.3.0-beta | 449 | Saturday, May 21, 2016 | Exempted | |
Cmder 1.2.9-beta | 363 | Saturday, May 21, 2016 | Exempted | |
Cmder 1.1.4.102 | 496 | Wednesday, June 22, 2016 | Approved |
Copyright (c) 2016 Samuel Vasko
Software changelog
1.3.18 (2021-3-26)
Changes
- Update to Clink 1.1.45 to fix #2451, #2465, and #2473
- Update to ConEmu v21.03.04
init.bat
auto migrates the history alias to useclink history
if required.- Remove Tilde match from clink.lua in favor of builtin Clink capability.
-
- vcredist2010 (≥ 10.0.40219.2)
Ground Rules:
- This discussion is only about Cmder and the Cmder package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Cmder, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.