Downloads:
665,016
Downloads of v 1.3.7:
1,380
Last Update:
10 Nov 2018
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.7 | Updated: 10 Nov 2018
- 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:
665,016
Downloads of v 1.3.7:
1,380
Maintainer(s):
Software Author(s):
- Samuel Vasko
Cmder 1.3.7
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.7 --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.7'" [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.7'"
$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.7'
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.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cmder
{
Name = "cmder"
Version = "1.3.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cmder':
ensure => '1.3.7',
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 by moderator gep13 on 12 Nov 2018.
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.7>
and can be verified by doing the following:
1. Download the following <https://github.com/cmderdev/cmder/releases/download/v1.3.7/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: 487F4A0AE8A3310C75AE470F9434AA12BC146F056F499D84A44332C992FA3E29
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: 495BEA3F68B3EF64D4FA8DECF54C14CA | sha1: DB4D75822CEFF2EFDB126D8A8F25A53785B33D2F | sha256: 487F4A0AE8A3310C75AE470F9434AA12BC146F056F499D84A44332C992FA3E29 | sha512: 761A1E6F39B5FCC0BF15C40646CE12F52595351F4F1AF497CE55E6BFD9677D3F89041C3996711F5E2EE2FE2CA1F3B306E5C4099A6A9C8F479BBA108A127B4590
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
- bunzip2.exe (3dd5c57a9268) - ## / 73
- bzip2recover.exe (55be4d328fcf) - ## / 71
- column.exe (7ba427e9854c) - ## / 67
- find.exe (b5ecea1eef9c) - ## / 71
- funzip.exe (77529cc57a58) - ## / 69
- getopt.exe (f538659cef26) - ## / 69
- locate.exe (92b737825dce) - ## / 70
- unzip.exe (79ff15ec1433) - ## / 69
- unzipsfx.exe (c52e8c1d3a65) - ## / 69
- which.exe (4e759494f7b3) - ## / 66
- xargs.exe (1ed240b71f78) - ## / 72
- bigram.exe (feef7ae63c3b) - ## / 71
- code.exe (5edd4ece2b97) - ## / 71
- frcode.exe (05417e68b5b0) - ## / 71
- libffi-6.dll (077ed959cd9a) - ## / 70
- libssh2-1.dll (c269e956985a) - ## / 70
- libbz2-1.dll (cde82b78524b) - ## / 71
- libgmp-10.dll (daa0a2d32134) - ## / 70
- bunzip2.exe (389772c59d2b) - ## / 71
- bzip2recover.exe (32da4c2bbea7) - ## / 71
- libgmpxx-4.dll (1edbe3b236e2) - ## / 69
- 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) - ## / 69
- 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
- d2u.exe (e137b0f08b09) - ## / 72
- p11-kit.exe (6a4e1541a94c) - ## / 67
- trust.exe (f3057936a20d) - ## / 69
- u2d.exe (d6514d673444) - ## / 71
- p11-kit-remote.exe (e7c0514c2d40) - ## / 66
- p11-kit-server.exe (1d324d5e84da) - ## / 66
- tcl86.dll (5593c3fa8836) - ## / 67
- tclsh.exe (c6bc336ff467) - ## / 68
- tk86.dll (377676d1006b) - ## / 66
- wish.exe (d947f583e6de) - ## / 69
- gzip.exe (a18fd09b335b) - ## / 67
- tar.exe (9698986b0c89) - ## / 68
- tcldde14.dll (d5a028ef74e6) - ## / 67
- itcl411.dll (7a481cf09a1e) - ## / 67
- tclreg13.dll (60d2a01b8847) - ## / 67
- sqlite3210.dll (1d7a9d225a96) - ## / 67
- thread282.dll (71933e0b3945) - ## / 66
- rmt.exe (31d80c4de01e) - ## / 67
- libtasn1-6.dll (dcc650707c7b) - ## / 70
- patch.exe (c0698e54d60e) - ## / 70
- psl.exe (34e47a358f2a) - ## / 68
- libhogweed-4.dll (87ec78fa5465) - ## / 67
- libnettle-6.dll (d3a9abe8fe0e) - ## / 67
- libpcre-1.dll (882f30252afd) - ## / 67
- libpcreposix-0.dll (f137a232f48a) - ## / 67
- libsystre-0.dll (04d1c1c17a29) - ## / 65
- libtre-5.dll (ced3ed477102) - ## / 69
- pkcs1-conv.exe (81db5ec3ac3c) - ## / 68
- sexp-conv.exe (e95aa3428bd6) - ## / 68
- x86_64-w64-mingw32-agrep.exe (436d6e9f1198) - ## / 68
- awk.exe (1c0218a2beff) - ## / 73
- bash.exe (fc98a4cb0372) - ## / 68
- grcat.exe (393f9ac72c54) - ## / 71
- pwcat.exe (b3374c704cef) - ## / 71
- scp.exe (106a08e77946) - ## / 68
- sftp.exe (c1c357dc74c2) - ## / 68
- ssh-add.exe (cc51802d6da2) - ## / 69
- ssh-agent.exe (4624e4ffa684) - ## / 69
- ssh-keygen.exe (33925ded51b9) - ## / 68
- ssh-keyscan.exe (5c1f32adde46) - ## / 68
- ssh.exe (47a3b7c35a0e) - ## / 69
- sshd.exe (ad82a5abfa24) - ## / 68
- sftp-server.exe (2a7eaa81d2fb) - ## / 66
- ssh-keysign.exe (9c9fa13bbc2a) - ## / 68
- ssh-pkcs11-helper.exe (cceddfa437f8) - ## / 66
- acountry.exe (9cd9635a3dc0) - ## / 68
- adig.exe (26f9d1a157cf) - ## / 67
- ahost.exe (70c1a21dd913) - ## / 67
- connect.exe (d66b83322070) - ## / 72
- edit.dll (7f0e057e360f) - ## / 70
- edit_test.exe (71886ea68ead) - ## / 73
- edit_test_dll.exe (92a956018478) - ## / 72
- libatomic-1.dll (3ac3d913d17c) - ## / 72
- libcares-2.dll (657724a30981) - ## / 67
- libgcc_s_seh-1.dll (037846793b06) - ## / 71
- libgomp-1.dll (190dac44e950) - ## / 72
- libidn2-0.dll (5bc67752a86d) - ## / 67
- libjansson-4.dll (bef1f828f29c) - ## / 65
- liblzma-5.dll (b12704e0066d) - ## / 68
- libssp-0.dll (7c9f820d8c7e) - ## / 70
- libstdc++-6.dll (852bc7bb18c3) - ## / 69
- libzip.dll (346a6cd0af97) - ## / 71
- lzmadec.exe (8daf8a8f186f) - ## / 71
- lzmainfo.exe (59eb445c69cf) - ## / 73
- pdftotext.exe (252d2b345662) - ## / 69
- unxz.exe (49d3e13fd50e) - ## / 73
- xzdec.exe (28f03112a631) - ## / 72
- zipcmp.exe (10436086ceaf) - ## / 69
- zipmerge.exe (438a41d6e896) - ## / 69
- ziptool.exe (ad21dff37a83) - ## / 71
- iconv.exe (56c23b5f15ae) - ## / 72
- perl.exe (2498d07541f3) - ## / 74
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll (a9b91af8552e) - ## / 67
- certtool.exe (b36acc6ec2c1) - ## / 68
- envsubst.exe (3191cc092247) - ## / 68
- gettext.exe (636273172db3) - ## / 67
- libcharset-1.dll (046947412d87) - ## / 71
- libgnutls-30.dll (c103778a4a63) - ## / 65
- libiconv-2.dll (83bd5d926737) - ## / 71
- libintl-8.dll (661d080f3194) - ## / 66
- libpcre2-16-0.dll (967dfa30bd90) - ## / 71
- libpcre2-32-0.dll (e76518fc8923) - ## / 70
- libpcre2-8-0.dll (0af1f583b8fa) - ## / 71
- libpcre2-posix-1.dll (5b0801002a9a) - ## / 70
- libunistring-2.dll (33fba340e85f) - ## / 73
- p11tool.exe (6db97759bedf) - ## / 67
- psktool.exe (4abca259c2f4) - ## / 68
- recode-sr-latin.exe (336cddb6daf6) - ## / 64
- srptool.exe (3d93720d3cec) - ## / 67
- arch.exe (95eee645b1c8) - ## / 66
- b2sum.exe (64fed1adfb2a) - ## / 69
- base32.exe (92defb2e8c85) - ## / 66
- base64.exe (5d39acf1b098) - ## / 64
- basename.exe (27085c4f6c48) - ## / 67
- captoinfo.exe (74380040ee13) - ## / 69
- cat.exe (ec022b2c9a2d) - ## / 68
- chcon.exe (9cbddbf33dfd) - ## / 68
- chgrp.exe (a828414b20d2) - ## / 68
- chmod.exe (b623c15c3561) - ## / 64
- chown.exe (4f6ca42c3b23) - ## / 68
- chroot.exe (7fbc614d4df6) - ## / 68
- cksum.exe (4c55d25f2513) - ## / 70
- clear.exe (313bc7439b76) - ## / 69
- cmp.exe (1aa56c95f21a) - ## / 71
- comm.exe (c59c5e4e3334) - ## / 67
- cp.exe (594a6f7be5ab) - ## / 67
- csplit.exe (5a707a3181fc) - ## / 69
- cut.exe (97ca668e29ff) - ## / 70
- date.exe (0456b62aeabb) - ## / 67
- dd.exe (56c37822cacc) - ## / 68
- df.exe (9b50404a7379) - ## / 69
- diff.exe (0b78feb93b12) - ## / 66
- diff3.exe (ece304f29fa2) - ## / 68
- dir.exe (079b36593bbe) - ## / 68
- dircolors.exe (86dc4f71fbe7) - ## / 68
- dirname.exe (ffa0e72163a1) - ## / 69
- du.exe (16344cd990e9) - ## / 69
- echo.exe (cb666f9a9ce9) - ## / 67
- env.exe (a12b53db1c26) - ## / 66
- ex.exe (1179242196e2) - ## / 68
- expand.exe (3db6faf5b167) - ## / 70
- expr.exe (0225512e1e2f) - ## / 66
- factor.exe (9c5312a3f8f4) - ## / 67
- false.exe (85bad5e79b57) - ## / 66
- fmt.exe (06b0fcb12771) - ## / 69
- fold.exe (380418aeaac1) - ## / 68
- gkill.exe (2e4a57bdf8ae) - ## / 64
- groups.exe (cc476ed43f25) - ## / 63
- head.exe (d484a4995746) - ## / 64
- hostid.exe (96769adaf762) - ## / 67
- hostname.exe (f1c7005544e4) - ## / 67
- id.exe (5b0ba1c66d94) - ## / 69
- infocmp.exe (445a65e4c771) - ## / 70
- install.exe (18c7a45aec54) - ## / 70
- join.exe (f31992a54c09) - ## / 69
- link.exe (47c094082133) - ## / 70
- ln.exe (e22e0d655503) - ## / 68
- logname.exe (8cccd7085d24) - ## / 70
- ls.exe (1c36a8a05ceb) - ## / 67
- md5sum.exe (37b2b0267d5a) - ## / 69
- mkdir.exe (fae04c1f4a94) - ## / 68
- mkfifo.exe (38738d6f41ff) - ## / 70
- mknod.exe (978b22c6e8d9) - ## / 64
- mktemp.exe (a1d2cc3090f1) - ## / 66
- mv.exe (1feb9cb34ea6) - ## / 68
- nano.exe (8a9ee8f32b74) - ## / 67
- nice.exe (89173674d3cd) - ## / 68
- nl.exe (c7fa667e36a1) - ## / 68
- nohup.exe (f08127b8f23d) - ## / 63
- nproc.exe (e348b33ed796) - ## / 64
- numfmt.exe (0c449a5e9e1d) - ## / 63
- od.exe (1d9a79f073d4) - ## / 68
- paste.exe (5e2912b3227c) - ## / 70
- pathchk.exe (a8095cd8b799) - ## / 69
- pinky.exe (bb9cb3ea54fa) - ## / 63
- pr.exe (e6a2b26386a8) - ## / 68
- printenv.exe (728a7277a189) - ## / 70
- printf.exe (2b106baa5e80) - ## / 68
- ptx.exe (5409c2415d7d) - ## / 68
- pwd.exe (fa0dd89e00bb) - ## / 69
- readlink.exe (3481617365b1) - ## / 69
- realpath.exe (e939f21fa40a) - ## / 68
- reset.exe (7b31320e5460) - ## / 70
- rm.exe (e3776b2c0abb) - ## / 68
- rmdir.exe (4ea1da68ce88) - ## / 65
- runcon.exe (fa6bfa1b8f5f) - ## / 66
- rview.exe (330baaf2e88b) - ## / 67
- sdiff.exe (740c7c4d8f14) - ## / 66
- seq.exe (81af49e00d32) - ## / 63
- sha1sum.exe (744146b0dca5) - ## / 64
- sha224sum.exe (cba1bce5cffd) - ## / 64
- sha256sum.exe (4ec90b506870) - ## / 68
- sha384sum.exe (76b03a5b7549) - ## / 64
- sha512sum.exe (93555f162881) - ## / 64
- shred.exe (903db5ba1475) - ## / 63
- shuf.exe (7c42e8b9d37d) - ## / 68
- sleep.exe (24e132e452da) - ## / 70
- sort.exe (1bf7524abe66) - ## / 59
- split.exe (de1e868005cb) - ## / 70
- stat.exe (8720bfeb5483) - ## / 67
- stdbuf.exe (60e364120c95) - ## / 63
- stty.exe (34dd8d94a70b) - ## / 69
- sum.exe (e16f5c7d4b40) - ## / 70
- sync.exe (9eb5269ede99) - ## / 68
- tabs.exe (cc58853a6eb1) - ## / 64
- tac.exe (03bdbf66e4a4) - ## / 68
- tail.exe (6253b67dd27f) - ## / 70
- tee.exe (c9f4bf74ee2f) - ## / 70
- test.exe (344c8fe4d704) - ## / 66
- timeout.exe (ffe720b75517) - ## / 70
- toe.exe (c59fb0fdaab6) - ## / 63
- touch.exe (ec38ab305b31) - ## / 68
- tput.exe (ffdf50b02580) - ## / 68
- tr.exe (d5059d71acde) - ## / 68
- true.exe (482b43bc350b) - ## / 65
- truncate.exe (696f605a1555) - ## / 63
- tsort.exe (7ef0a56fb46b) - ## / 69
- tty.exe (726d31f26bff) - ## / 70
- uname.exe (10412a86155a) - ## / 67
- unexpand.exe (61688ac65851) - ## / 70
- uniq.exe (c4c89bdcc36a) - ## / 69
- unlink.exe (015311fa413d) - ## / 70
- users.exe (de7165f8e9c2) - ## / 68
- vdir.exe (64d99a505f6e) - ## / 68
- wc.exe (d59611d2a09d) - ## / 69
- who.exe (6dfc92a8cd81) - ## / 68
- whoami.exe (c1fc7375cca3) - ## / 69
- xxd.exe (28b10eb80970) - ## / 68
- yes.exe (b02221dcf3b9) - ## / 68
- [.exe (b1723f978241) - ## / 67
- zlib1.dll (dbf7bd438d41) - ## / 67
- git-bash.exe (100f282787dc) - ## / 69
- git-cmd.exe (5a74033e8c16) - ## / 67
- bash.exe (9abf86874053) - ## / 66
- git.exe (156b8f9e73a0) - ## / 65
- git-gui.exe (4ecaa2408e3c) - ## / 68
- gitk.exe (1bb09503faad) - ## / 69
- blocked-file-util.exe (6c0bcf889449) - ## / 67
- create-shortcut.exe (507f18d141a9) - ## / 67
- curl.exe (1d598e0c87a7) - ## / 68
- git-lfs.exe (357283338c6f) - ## / 68
- git-receive-pack.exe (0466af3b515e) - ## / 68
- git.exe (164511695ed5) - ## / 69
- jemalloc.dll (fc553a2d5fbe) - ## / 66
- libcurl-4.dll (73251100541b) - ## / 66
- libeay32.dll (65eaebc89908) - ## / 68
- libexpat-1.dll (582e9c53f5ed) - ## / 71
- libminizip-1.dll (315dc61ebf95) - ## / 67
- libnghttp2-14.dll (fcd28666a285) - ## / 67
- libwinpthread-1.dll (93fd9e65f09a) - ## / 67
- openssl.exe (d9d0d5c0ad4b) - ## / 70
- proxy-lookup.exe (a52bf24b731a) - ## / 67
- ssleay32.dll (03890f78f21a) - ## / 69
- WhoUses.exe (627370a28fef) - ## / 66
- x86_64-w64-mingw32-deflatehd.exe (f97ba9018bbe) - ## / 68
- x86_64-w64-mingw32-inflatehd.exe (5a396555b4e5) - ## / 67
- xmlwf.exe (7929337e502c) - ## / 73
- cygcheck.exe (1300691acd40) - ## / 64
- cygpath.exe (a2b149b67895) - ## / 67
- cygwin-console-helper.exe (af912ae92794) - ## / 68
- dash.exe (979154a3817f) - ## / 74
- dirmngr-client.exe (e85daea09af7) - ## / 68
- dirmngr.exe (a17adca5795e) - ## / 68
- dumpsexp.exe (caadc562cbbb) - ## / 68
- file.exe (9cc0bc04fd3d) - ## / 67
- gapplication.exe (2efc3bcdfdda) - ## / 73
- gdbus.exe (ac40dc0d68a9) - ## / 66
- gencat.exe (2f0d09d0b0d3) - ## / 67
- getconf.exe (9aa23b7be891) - ## / 68
- getfacl.exe (1e10c67f88ca) - ## / 67
- gio-querymodules.exe (8d9f447296f9) - ## / 71
- glib-compile-schemas.exe (1a3746246c07) - ## / 71
- gobject-query.exe (74c966d8e252) - ## / 73
- gpg-agent.exe (441f36917e2a) - ## / 67
- gpg-connect-agent.exe (4ad00f12e4de) - ## / 66
- gpg-error.exe (df29b2a9a98e) - ## / 68
- gpg.exe (554a3f834ba7) - ## / 71
- gpgconf.exe (81745562107e) - ## / 67
- gpgparsemail.exe (a6d0c86bc7c1) - ## / 71
- gpgscm.exe (8d5b1c8f7369) - ## / 68
- gpgsm.exe (74a8f3bc2bf0) - ## / 68
- gpgtar.exe (dd9e7bed45c1) - ## / 68
- gpgv.exe (a015696a26ee) - ## / 68
- grep.exe (c5eafd0df948) - ## / 69
- gsettings.exe (ddf5d8716606) - ## / 73
- hmac256.exe (f305a07730d0) - ## / 67
- kbxutil.exe (6ef8249e0387) - ## / 67
- kill.exe (afb6c2c15f2b) - ## / 67
- ldd.exe (de8d51c7965d) - ## / 68
- ldh.exe (78fe0aa8a656) - ## / 69
- less.exe (4096ca2f9e41) - ## / 71
- lessecho.exe (ab287d8d6dba) - ## / 72
- lesskey.exe (f3d0d1c5e079) - ## / 71
- locale.exe (8403cdc2114c) - ## / 66
- minidumper.exe (394879e6f348) - ## / 67
- mintty.exe (30b704fee8d8) - ## / 69
- mkgroup.exe (1bae4bd8ade2) - ## / 68
- mkpasswd.exe (a6a8880293c6) - ## / 67
- mount.exe (fdc088fe4399) - ## / 66
- mpicalc.exe (ecccd8d3ce83) - ## / 68
- msys-2.0.dll (4eaae6e0cd43) - ## / 66
- msys-apr-1-0.dll (9b35bd0ef113) - ## / 66
- msys-aprutil-1-0.dll (aafd66cb85a6) - ## / 66
- msys-asn1-8.dll (92931820260c) - ## / 66
- msys-asprintf-0.dll (17eba6eefd75) - ## / 66
- msys-assuan-0.dll (b0e30e68c4f7) - ## / 63
- msys-atomic-1.dll (529c592bf8c4) - ## / 66
- msys-blkid-1.dll (12255f84055a) - ## / 67
- msys-bz2-1.dll (8a9d6d002841) - ## / 67
- msys-charset-1.dll (98a4409e23a9) - ## / 66
- msys-cilkrts-5.dll (e6ae10a5375f) - ## / 66
- msys-com_err-1.dll (178f79d0869c) - ## / 66
- msys-crypt-0.dll (6a5bc7705db2) - ## / 70
- msys-crypto-1.0.0.dll (b3acf11ba4aa) - ## / 69
- msys-curl-4.dll (a9ec499f380e) - ## / 67
- msys-edit-0.dll (950b20b89c14) - ## / 66
- msys-expat-1.dll (6a4a77b592d4) - ## / 67
- msys-exslt-0.dll (42e844abe439) - ## / 66
- msys-fdisk-1.dll (b867a679e9fa) - ## / 67
- msys-ffi-6.dll (86f439dd3858) - ## / 72
- msys-formw6.dll (08c04bf501fb) - ## / 67
- msys-gcc_s-seh-1.dll (2253b6d58a76) - ## / 67
- msys-gcrypt-20.dll (31143abffb90) - ## / 67
- msys-gettextlib-0-19-8-1.dll (93d39ff79523) - ## / 67
- msys-gettextpo-0.dll (6cd4c9c802c8) - ## / 66
- msys-gettextsrc-0-19-8-1.dll (3f8dbd305d8f) - ## / 67
- msys-gio-2.0-0.dll (966dac208a27) - ## / 65
- msys-glib-2.0-0.dll (7645a2e74f0b) - ## / 67
- msys-gmodule-2.0-0.dll (f98dc6f3fb3f) - ## / 66
- msys-gmp-10.dll (690bb89abc32) - ## / 67
- msys-gmpxx-4.dll (e24a28a978e4) - ## / 65
- msys-gnutls-30.dll (ada797096a6e) - ## / 65
- msys-gnutlsxx-28.dll (5cff1f43348e) - ## / 66
- msys-gobject-2.0-0.dll (cd09401b74f9) - ## / 66
- msys-gomp-1.dll (6b58bf15003d) - ## / 66
- msys-gpg-error-0.dll (28dc55743f99) - ## / 66
- msys-gssapi-3.dll (0c11bef2627e) - ## / 65
- msys-gthread-2.0-0.dll (81d77a51566d) - ## / 66
- msys-hcrypto-4.dll (414e84ea48b9) - ## / 67
- msys-hdb-9.dll (e40c46811fa4) - ## / 66
- msys-heimbase-1.dll (3708bd202d62) - ## / 67
- msys-heimntlm-0.dll (32411ac218ed) - ## / 67
- msys-history7.dll (a95c30db1d40) - ## / 66
- msys-hogweed-4.dll (c5c53c96ec92) - ## / 65
- msys-hx509-5.dll (90c26ec63a32) - ## / 67
- msys-iconv-2.dll (68aed3b3a3a7) - ## / 65
- msys-idn2-0.dll (e7db2a250362) - ## / 67
- msys-intl-8.dll (b234611cc1ba) - ## / 68
- msys-kadm5clnt-7.dll (ce310ffbbd36) - ## / 63
- msys-kadm5srv-8.dll (251c54451e42) - ## / 65
- msys-kafs-0.dll (a55780704c54) - ## / 67
- msys-kdc-2.dll (0b3927fd72f6) - ## / 66
- msys-krb5-26.dll (e7245143e46b) - ## / 67
- msys-ksba-8.dll (8a9b6af458e1) - ## / 66
- msys-lzma-5.dll (7ea934f93f68) - ## / 66
- msys-magic-1.dll (aaee01e83ddc) - ## / 67
- msys-menuw6.dll (8033f15c810c) - ## / 66
- msys-metalink-3.dll (610c37ad354d) - ## / 66
- msys-mpfr-6.dll (590cfc3bab0a) - ## / 67
- msys-ncurses++w6.dll (466675d96409) - ## / 67
- msys-ncursesw6.dll (7796d119dfd4) - ## / 68
- msys-nettle-6.dll (dbd889538ae1) - ## / 66
- msys-nghttp2-14.dll (b61f1b392c1d) - ## / 66
- msys-npth-0.dll (68f3cfb0ca10) - ## / 68
- msys-p11-kit-0.dll (147c1db172b9) - ## / 66
- msys-panelw6.dll (52f975b26107) - ## / 67
- msys-pcre-1.dll (838698bebcc5) - ## / 65
- msys-pcre2-8-0.dll (7174801aab94) - ## / 64
- msys-perl5_26.dll (a7e4b311a944) - ## / 65
- msys-psl-5.dll (a27b48a85b0e) - ## / 68
- msys-readline7.dll (9133b81d760a) - ## / 67
- msys-roken-18.dll (0ba0e93ffb4d) - ## / 64
- msys-sasl2-3.dll (831406ed0286) - ## / 65
- msys-serf-1-0.dll (3d83deac27f5) - ## / 66
- msys-sl-0.dll (fc433a290b4a) - ## / 67
- msys-smartcols-1.dll (aa7e0a31b818) - ## / 68
- msys-sqlite3-0.dll (a249c01f6828) - ## / 65
- msys-sqlite3amatch-0.dll (3fea653ff267) - ## / 66
- msys-sqlite3anycollseq-0.dll (9648e863523a) - ## / 66
- msys-sqlite3carray-0.dll (05c17dbe972a) - ## / 66
- msys-sqlite3closure-0.dll (db284db9f541) - ## / 66
- msys-sqlite3completion-0.dll (5cdb51143525) - ## / 64
- msys-sqlite3compress-0.dll (a0cd9c9a837f) - ## / 65
- msys-sqlite3csv-0.dll (4d86bd074b61) - ## / 66
- msys-sqlite3eval-0.dll (09407b15d105) - ## / 67
- msys-sqlite3fileio-0.dll (41b882f03d95) - ## / 66
- msys-sqlite3fuzzer-0.dll (6413aa1aea73) - ## / 67
- msys-sqlite3icu-0.dll (b26a563aba4b) - ## / 67
- msys-sqlite3ieee754-0.dll (f4bff905747a) - ## / 67
- msys-sqlite3memvfs-0.dll (a871bdc14e98) - ## / 67
- msys-sqlite3nextchar-0.dll (ff79dd9b15df) - ## / 67
- msys-sqlite3percentile-0.dll (61f1f9358679) - ## / 67
- msys-sqlite3rbu-0.dll (25348c877853) - ## / 67
- msys-sqlite3regexp-0.dll (2956dd370646) - ## / 63
- msys-sqlite3remember-0.dll (ad5b463aec4d) - ## / 66
- msys-sqlite3rot13-0.dll (f430ee4d38f7) - ## / 67
- msys-sqlite3series-0.dll (6fb9578673ec) - ## / 66
- msys-sqlite3sha1-0.dll (c5c79514cab0) - ## / 67
- msys-sqlite3shathree-0.dll (e4a35058e110) - ## / 67
- msys-sqlite3showauth-0.dll (f9a4f267145e) - ## / 66
- msys-sqlite3spellfix-0.dll (2babab20a70b) - ## / 66
- msys-sqlite3stmt-0.dll (a7d83dc17197) - ## / 66
- msys-sqlite3totype-0.dll (b960c7091dc9) - ## / 66
- msys-sqlite3unionvtab-0.dll (5984204e2e9a) - ## / 67
- msys-sqlite3vfslog-0.dll (9fed1b50ba7f) - ## / 65
- msys-sqlite3vfsstat-0.dll (964b12790654) - ## / 67
- msys-sqlite3vtshim-0.dll (a8b02465e983) - ## / 66
- msys-sqlite3wholenumber-0.dll (955cda01ef7c) - ## / 65
- msys-ssh2-1.dll (153037273ec6) - ## / 67
- msys-ssl-1.0.0.dll (89748ca4a963) - ## / 69
- msys-svn_client-1-0.dll (67c9b4aae700) - ## / 66
- msys-svn_delta-1-0.dll (20c6180a0cfc) - ## / 66
- msys-svn_diff-1-0.dll (65d005a4401a) - ## / 66
- msys-svn_fs-1-0.dll (f0e452e13ac7) - ## / 66
- msys-svn_fs_fs-1-0.dll (bd615c95f3e3) - ## / 66
- msys-svn_fs_util-1-0.dll (958002f4186e) - ## / 66
- msys-svn_fs_x-1-0.dll (6576eee4ca94) - ## / 66
- msys-svn_ra-1-0.dll (579bcd164488) - ## / 67
- msys-svn_ra_local-1-0.dll (cfaa150e0d5f) - ## / 68
- msys-svn_ra_serf-1-0.dll (aecbd6568dcd) - ## / 66
- msys-svn_ra_svn-1-0.dll (cf55c7a82b05) - ## / 66
- msys-svn_repos-1-0.dll (87e1ad741ba0) - ## / 66
- msys-svn_subr-1-0.dll (4b8e8fb894ee) - ## / 66
- msys-svn_swig_perl-1-0.dll (89644a15bc3c) - ## / 65
- msys-svn_swig_py-1-0.dll (99a62eba98b1) - ## / 67
- msys-svn_swig_ruby-1-0.dll (c180e68c7442) - ## / 67
- msys-svn_wc-1-0.dll (88c7d758eff9) - ## / 57
- msys-tasn1-6.dll (75ddf86ea260) - ## / 66
- msys-ticw6.dll (1dfcc54c7860) - ## / 67
- msys-unistring-2.dll (6b7e3cdafe28) - ## / 66
- msys-uuid-1.dll (997ddd02283d) - ## / 67
- msys-wind-0.dll (b034c3d0a7c8) - ## / 66
- msys-xml2-2.dll (eee7e530761a) - ## / 64
- msys-xslt-1.dll (77d43ec9d504) - ## / 65
- msys-z.dll (63ab8153c187) - ## / 67
- nettle-hash.exe (e1df20ddc432) - ## / 68
- nettle-lfib-stream.exe (2e602be7128d) - ## / 67
- nettle-pbkdf2.exe (e3ab22ce5681) - ## / 67
- openssl.exe (c9be8eb7f55a) - ## / 67
- passwd.exe (e4d7a5e5a7dc) - ## / 68
- pinentry-w32.exe (e798f4827bc8) - ## / 72
- pkcs1-conv.exe (fc5473e23990) - ## / 67
- pldd.exe (a55cae026c36) - ## / 67
- pluginviewer.exe (64f2ab04d118) - ## / 68
- ps.exe (7070d2339189) - ## / 67
- rebase.exe (f120ea0cec4d) - ## / 73
- regtool.exe (3ccd21bde57d) - ## / 67
- sasldblistusers2.exe (dec34451fd55) - ## / 67
- saslpasswd2.exe (91683958e173) - ## / 68
- sed.exe (361414e77708) - ## / 67
- setfacl.exe (7884dab274f0) - ## / 67
- setmetamode.exe (fca07fa20674) - ## / 67
- sexp-conv.exe (4a147b2a6407) - ## / 67
- ssp.exe (31ffe0615c05) - ## / 66
- strace.exe (2e0f3d8aa9a9) - ## / 68
- tig.exe (4121b3c7c22a) - ## / 70
- tzset.exe (defc3e3d49d9) - ## / 68
- umount.exe (bae055e287c5) - ## / 67
- watchgnupg.exe (0c22b74d81af) - ## / 62
- winpty.dll (b2e381bed103) - ## / 66
- yat2m.exe (38e96596feb6) - ## / 68
- getprocaddr32.exe (1f4c26405876) - ## / 67
- getprocaddr64.exe (18a3709c3fb1) - ## / 67
- 4758ccaeay32.dll (7c5cf2b713a4) - ## / 66
- aepeay32.dll (b1fcea0ebade) - ## / 65
- atallaeay32.dll (26b5fad45ab1) - ## / 67
- capieay32.dll (2d6bab2d09df) - ## / 65
- chileay32.dll (5ea3836bbaee) - ## / 66
- cswifteay32.dll (16e0a9ee2a3c) - ## / 67
- gmpeay32.dll (6f648df44b9e) - ## / 66
- gosteay32.dll (e76376363fa1) - ## / 65
- nuroneay32.dll (fbfa28eb4a05) - ## / 67
- padlockeay32.dll (638777535547) - ## / 66
- surewareeay32.dll (9c5899ef6764) - ## / 66
- ubseceay32.dll (b22c4fb4cad4) - ## / 66
- Bitbucket.Authentication.dll (eeb1702667e1) - ## / 66
- git-askpass.exe (f9fe15dd31f4) - ## / 67
- git-credential-manager.exe (ca02096f0557) - ## / 70
- git-credential-store.exe (033645b461bf) - ## / 68
- git-credential-wincred.exe (2e6ed6cdec33) - ## / 69
- git-daemon.exe (6e4d28982e54) - ## / 69
- git-fast-import.exe (0a4584f6d2af) - ## / 67
- git-http-backend.exe (dfd5b76c84b6) - ## / 69
- git-http-fetch.exe (5fb153f4c414) - ## / 68
- git-http-push.exe (dec1c6cef656) - ## / 69
- git-imap-send.exe (2a147e30dc00) - ## / 69
- git-remote-ftp.exe (2b25be62dd47) - ## / 66
- git-sh-i18n--envsubst.exe (9e007baaec89) - ## / 69
- GitHub.Authentication.exe (419a7d67336b) - ## / 68
- Microsoft.Alm.Authentication.dll (34dc1f8f040d) - ## / 67
- VisualStudioTeamServices.Authentication.dll (8a019a2d350d) - ## / 66
- gpg-check-pattern.exe (01d9a827ba4b) - ## / 68
- gpg-preset-passphrase.exe (16b748cac5a9) - ## / 67
- gpg-protect-tool.exe (e5b00c73a5e2) - ## / 68
- gpg-wks-client.exe (50dd537fca58) - ## / 67
- scdaemon.exe (b2fb3ca28cda) - ## / 67
- p11-kit-client.dll (27fe62a8a439) - ## / 66
- p11-kit-trust.dll (0328a923faf5) - ## / 66
- msys-anonymous-3.dll (8867dab100a8) - ## / 66
- msys-crammd5-3.dll (6d9656a06b30) - ## / 66
- msys-digestmd5-3.dll (f4edce9706c2) - ## / 65
- msys-gs2-3.dll (4c4fa7267ae9) - ## / 66
- msys-gssapiv2-3.dll (51ec96c79bf9) - ## / 67
- msys-otp-3.dll (6ffb956b2b74) - ## / 66
- msys-plain-3.dll (4c6c0d074a51) - ## / 66
- msys-sasldb-3.dll (987d21745606) - ## / 66
- msys-scram-3.dll (6b468fc0875f) - ## / 65
- msys-giofam.dll (221997889c3b) - ## / 67
- msys-perl5_26.dll (752cc3696b48) - ## / 67
- arybase.dll (6b2e20dfe1bd) - ## / 67
- attributes.dll (6f6e6e07e862) - ## / 67
- B.dll (cd052c1657fd) - ## / 67
- Cwd.dll (9249d2c43279) - ## / 67
- Encode.dll (bd4d2f59dcdf) - ## / 67
- Fcntl.dll (3685b0469e80) - ## / 66
- IO.dll (ac3dde812a89) - ## / 67
- mro.dll (579e190703ae) - ## / 64
- Opcode.dll (f45e4ba31b8f) - ## / 66
- POSIX.dll (b0fcd9739a55) - ## / 65
- re.dll (a8fe0fd93bb0) - ## / 64
- Socket.dll (ad47fcd65c82) - ## / 66
- Storable.dll (d32c4e9080e4) - ## / 66
- threads.dll (5bb19a79c002) - ## / 67
- Win32.dll (098fae3df630) - ## / 66
- Dumper.dll (8f9d50c9388e) - ## / 66
- Peek.dll (078c56e9b8e1) - ## / 66
- MD5.dll (39fc2c1b1d3f) - ## / 66
- SHA.dll (9d6d93df5993) - ## / 65
- Byte.dll (6349b79694eb) - ## / 66
- CN.dll (c8ec14d85d95) - ## / 67
- EBCDIC.dll (08dcb37e798c) - ## / 66
- JP.dll (c83137beb1d3) - ## / 64
- KR.dll (2ac81f774044) - ## / 71
- Symbol.dll (4bbb7148cef6) - ## / 67
- TW.dll (2133ec2dfe2c) - ## / 66
- Unicode.dll (d322753c7adc) - ## / 67
- DosGlob.dll (a7fcd63da8ba) - ## / 66
- Glob.dll (2d54373b2aa1) - ## / 66
- Util.dll (929b3cc84e9d) - ## / 66
- Langinfo.dll (9f8b8cb7ee70) - ## / 67
- SysV.dll (3ccc3024a71d) - ## / 66
- Util.dll (25610f42c83e) - ## / 67
- Base64.dll (33f05a10f063) - ## / 66
- encoding.dll (6d0626c1a649) - ## / 67
- mmap.dll (9635cea170a1) - ## / 66
- scalar.dll (2b423f78b586) - ## / 66
- via.dll (e7184252cd36) - ## / 67
- Hostname.dll (baafdc1e5375) - ## / 66
- Syslog.dll (f64091a09105) - ## / 66
- shared.dll (28896db2a0e2) - ## / 67
- HiRes.dll (c3821cd94ef0) - ## / 66
- Piece.dll (f4c93e0bd509) - ## / 67
- Collate.dll (9b526f90e988) - ## / 66
- Normalize.dll (df3f86e9c841) - ## / 67
- File.dll (460b31011eea) - ## / 66
- APItest.dll (ef56309058cc) - ## / 65
- Typemap.dll (6fc5f1659e93) - ## / 67
- Parser.dll (048787acec08) - ## / 65
- SSLeay.dll (02f019c551d4) - ## / 66
- _Client.dll (d680f50e6854) - ## / 66
- _Core.dll (41d26b0e1181) - ## / 66
- _Delta.dll (25fbc16a129b) - ## / 67
- _Fs.dll (d122d3325317) - ## / 67
- _Ra.dll (a3981d88af08) - ## / 65
- _Repos.dll (54a2e1b698e5) - ## / 67
- _Wc.dll (f72ac4e5b800) - ## / 66
- ReadKey.dll (c4d117a79770) - ## / 67
- Bzip2.dll (9f50f43dfe5f) - ## / 65
- Zlib.dll (4d90b5e260a6) - ## / 66
- Call.dll (4f81d1edc12d) - ## / 66
- FieldHash.dll (212938836c8f) - ## / 67
- FastCalc.dll (dd3fc9e5709b) - ## / 68
- NamedCapture.dll (c4445b8a1ec9) - ## / 66
- clink_dll_x64.dll (eff09cb37f0e) - ## / 71
- clink_dll_x86.dll (0751169d420b) - ## / 69
- clink_x64.exe (e09a338081b8) - ## / 71
- clink_x86.exe (ace605b9bfda) - ## / 72
- conemu-cyg-32.exe (85bd5b8ec767) - ## / 70
- conemu-cyg-64.exe (99ba0e0b0de7) - ## / 68
- conemu-msys-32.exe (53fb59345341) - ## / 68
- conemu-msys2-32.exe (8720264014ce) - ## / 69
- conemu-msys2-64.exe (4f31e698c3a8) - ## / 73
- cygwin1.dll (b5498e8e6ae9) - ## / 72
- wslbridge.exe (668ee195182b) - ## / 71
- Cmder.1.3.7.nupkg (1f0bea487f5b) - ## / 49
- cmder.7z (487f4a0ae8a3) - ## / 46
- Cmder.exe (b88229911058) - ## / 66
- ConEmu.exe (0279c1b0e2a5) - ## / 71
- ConEmu64.exe (a921c1dac566) - ## / 72
- ConEmuC.exe (8bf76d431158) - ## / 72
- ConEmuC64.exe (29e13238c260) - ## / 70
- ConEmuCD.dll (1025abd7ac72) - ## / 65
- ConEmuCD64.dll (3bd9c36491a2) - ## / 70
- ConEmuHk.dll (1b903a107b81) - ## / 72
- ConEmuHk64.dll (bf5664a72d4a) - ## / 70
- ExtendedConsole.dll (fa4bf905b21c) - ## / 70
- ExtendedConsole64.dll (05151fb54850) - ## / 70
- ConEmu.dll (3b03849ad2cf) - ## / 69
- ConEmu.x64.dll (eb68596fc0ce) - ## / 70
- ConEmuBg.dll (e8194f12d7a4) - ## / 69
- ConEmuBg.x64.dll (6faa50e32ca5) - ## / 69
- ConEmuLn.dll (a8b662b4c953) - ## / 69
- ConEmuLn.x64.dll (fa1e7fb37b53) - ## / 68
- ConEmuTh.dll (e37a6fef7fd9) - ## / 69
- ConEmuTh.x64.dll (0c307bec225f) - ## / 70
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 | 19 | Monday, December 19, 2022 |
Waiting for Maintainer
|
|
Cmder 1.3.20 | 35298 | Tuesday, October 18, 2022 | Approved | |
Cmder 1.3.19 | 143638 | Monday, January 17, 2022 | Approved | |
Cmder 1.3.18 | 56480 | Friday, March 26, 2021 | Approved | |
Cmder 1.3.17 | 27221 | Wednesday, December 23, 2020 | Approved | |
Cmder 1.3.16 | 57473 | Friday, July 31, 2020 | Approved | |
Cmder 1.3.15 | 17831 | Saturday, June 27, 2020 | Approved | |
Cmder 1.3.14 | 50830 | Thursday, January 9, 2020 | Approved | |
Cmder 1.3.13 | 17362 | Monday, November 25, 2019 | Approved | |
Cmder 1.3.12 | 36744 | Wednesday, August 21, 2019 | Approved | |
Cmder 1.3.11 | 61607 | Monday, December 24, 2018 | Approved | |
Cmder 1.3.10 | 6793 | Saturday, December 1, 2018 | Approved | |
Cmder 1.3.9 | 307 | Thursday, November 29, 2018 | Approved | |
Cmder 1.3.8 | 6448 | Tuesday, November 13, 2018 | Approved | |
Cmder 1.3.7 | 1380 | 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 | 497 | Wednesday, June 22, 2016 | Approved |
Copyright (c) 2016 Samuel Vasko
Software changelog
v1.3.7 (2018-11-10)
Highlights
Tagging as v1.3.7
Commits
Aaron Arney (1):
- Update README
Arion Roberto Krause (1):
- Fixed typo
Benjamin Staneck (8):
- :arrow_up: ConEmu to 180626
- :arrow_up: Update Git to 2.19.0
- Revert "replace user-aliases with user_aliases"
- replace user-aliases with user_aliases
- better fix for #1265
- Revert "sanitize dir before assigning to prompt"
- sanitize dir before assigning to prompt
- Update CHANGELOG.md
Bob Hood (1):
- Refactored the Mercurial prompt code to be more efficient.
David Refoua (1):
- fix some spelling issues
Dax T Games (8):
- Revert "Ignore
%cmder_root%\config
(#1945)" - Ignore
%cmder_root%\config
(#1945) - Add /f for fast init. (#1942)
- add diag helper scripts and adds to the path (#1918)
- Fix #1806 #1675 (#1870)
- Profile.ps1 (#1796)
- Fix lib base (#1794)
- Little Changes
Dax T. Games (42):
- Fixed move of default conemu.xml to the vendor folder
- cleanup
- ignore all of config folder
- move default comemu.xml to vendor folder
- fixes
- more headers
- init.bat update for cexec
- git prompt yellow
- cleanup
- fix user lua and git detection
- allow conditionally setting environment variables
- cleanup
- readme.md
- readme.md
- readme.md
- added exit codes
- flag_exists.cmd to flag_exec.cmd, also to lib as an option
- cleanup
- cleanup
- fixed
- handle start dir args with trailing "
- cleanup
- '.gitignore'
- cleanup
- '.gitignore'
- cleanup
- cleanup
- verbos output
- cmder_shell settings
- add cmder_shell method
- replace - with _ in debug-output and verbose-output
- trying to get tcc working
- Trying to get tcc working
- rename
- modify message
- move user-aliases.cmd to user_aliases.cmd
- gitignore
- move bin\alias.bat to vendor\bin\alias.cmd
- cleanup
- run user lua afer cmder lua
- fix /unregister
- load user clink
Dmitri S. Guskov (2):
- Powershell 5.1 compatibility
- Update profile.ps1
Gregory Lucas (1):
- Initialize time_init to fix init error message
Josef Pihrt (2):
- Fix typos, remove escaping inside inline code, replace single quote with backtick
- Fix typo and broken link
Merlin (1):
- Remove duplicate
Install-Module
detection
Nicolas Arnaud-Cormos (1):
- Ensure the right git path is found in case of shim.
Thorsten Sommer (1):
- Fixed spelling
gaoslin (1):
- Update init.bat
leochien0102 (1):
- fix the 'was unexpected at this time.'
xiazeyu (4):
- chore: unite slash
- docs: update to latest useage
- refactor: reduce global varible useage, fixed quote issue, added parameters support
- doc: fix typo
xiazeyu_2011 (8):
- docs: migrated instructions to the wiki pages
- rename /bin/have.bat to /vendor/lib/flag_exists.cmd
- fix: bug when no argument is passed in
- docs: update doc for have.bat
- feat: add have.bat as a wrapper
- Optimize comments of using arguments in user-profile.cmd
- fix conflict with init.bat build-in command parser, update user-profile.cmd
- Pass arguments to user-profile.cmd
刘祺 (1):
- add LANG support
-
- 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.