Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

237,502

Downloads of v 0.73.2.18:

3,067

Last Update:

23 Jun 2020

Package Maintainer(s):

Software Author(s):

  • Cyril Dupont

Tags:

foss telnet ssh ftp network remote

KiTTY

This is not the latest version of KiTTY available.

  • 1
  • 2
  • 3

0.73.2.18 | Updated: 23 Jun 2020

Downloads:

237,502

Downloads of v 0.73.2.18:

3,067

Maintainer(s):

Software Author(s):

  • Cyril Dupont

KiTTY 0.73.2.18

This is not the latest version of KiTTY available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan 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.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install KiTTY, run the following command from the command line or from PowerShell:

>

To upgrade KiTTY, run the following command from the command line or from PowerShell:

>

To uninstall KiTTY, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade kitty -y --source="'INTERNAL REPO URL'" --version="'0.73.2.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 kitty -y --source="'INTERNAL REPO URL'" --version="'0.73.2.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 kitty
  win_chocolatey:
    name: kitty
    version: '0.73.2.18'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kitty' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.73.2.18'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kitty
{
    Name     = "kitty"
    Version  = "0.73.2.18"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kitty':
  ensure   => '0.73.2.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.

Package Approved

This package was approved as a trusted package on 24 Jun 2020.

Description

KiTTY is a fork of PuTTY (started from version 0.62 beta), the most popular Telnet and SSH client for Windows and Unix. It runs on Windows and it has an impressive collection of one of the most requested features that are missing from PuTTY.

Features

Sessions filter, portability, predefined command shortcuts, session launcher, automatic log-on script, URL hyperlinks, automatic command and password, running locally saved scripts in remote sessions, ZModem integration, icons for each session, transparency, unfortunate keyboard input protection, roll-up, quick start of duplicate sessions, configuration box, automatic saving, Internet Explorer integration for SSH Handler, binary compression, clipboard printing, PuTTYCyg patch, background images/transparency, organizing sessions you save in a folder hierarchy and many others that are constantly added. You can find a complete list of its features on the main page - including a description for each one.

Package parameters

  • /Portable - Set kitty to use portable mode.

Example: choco install kitty --params "/Portable"

Notes

  • Package can not get updated or uninstalled if any of the kitty processes is running. For safety resons you need to manually shut them down.

screenshot


legal\LICENSE.TXT
KiTTY is copyright 2007-2013 Cyril Dupont.

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 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.
legal\VERIFICATION.txt
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The following files have been downloaded from the specified urls, and should
be equal to the checksums specified in this file.

|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Filename     | Checksum                                                         | Url                                                                     |
| ------------ | ---------------------------------------------------------------- | ----------------------------------------------------------------------- |
| kitty.exe    | 642CD49EC76AA75419E7E01119E55B4920E2B0CA1CCAAFBBE63E64EF6C0B1C53 | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/kitty.exe   |
| kageant.exe  | B9F634A06B3B6BFED4D3BA03E0C26404B5C644CED93C1BA905E2E590529DDFCF | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/kageant.exe |
| klink.exe    | 1610E7CAFEC7BCE569C28C46CB8CC8938CCF7DC47DC1324363067E166A1EB1A5 | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/klink.exe   |
| cygtermd.exe | 3130B430DDF0491DE931F2735F4B2DB548FE1E70C94E707E4100958556A8753D | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/cygtermd.exe |
| ksftp.exe    | BA24F4DFCB8F122A99AE8C7C28EFF41B190EF534E7D8848BB909D155F63CF1FA | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/ksftp.exe   |
| kittygen.exe | 4AE8DC0FDF490D8218A21861DEE0D3D7B0362B13C6E921881B69E33055C3B204 | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/kittygen.exe |
| kscp.exe     | 514FC74E36E16E0020264011655FC3C5447BAA02069FE44DCD6D8E348BCC68BE | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/kscp.exe    |
| genpass.exe  | 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | https://github.com/cyd01/KiTTY/releases/download/v0.73.2.18/genpass.exe |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
tools\chocolateyInstall.ps1
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$pp = Get-PackageParameters
if ($pp.Portable) {
    Write-Host 'Setting portable mode'
    
    $iniPath = Join-Path $toolsPath 'kitty.ini'
    if (Test-Path $iniPath) { $ini = Get-Content $iniPath -Encoding ascii -ea 0 | Out-String }    
    # kitty ini file doesn't seem to have any other option now
    if ($ini -notmatch 'savemode=dir') { "[KiTTY]`nsavemode=dir" | Out-File -Encoding ascii $iniPath }
}
tools\cygtermd.exe
md5: FECF8A00108A3C5C3979853C55C8550C | sha1: 7EDB8FD0C3BD136E682A9173B69DFF0221419BBC | sha256: 3130B430DDF0491DE931F2735F4B2DB548FE1E70C94E707E4100958556A8753D | sha512: C1047AABF73A128FE4B638E9CB4F3538CAC38E6F40D9B1D10D85B19F2F336475FAF52BE917439AA391F9A1C4120C9178C356FC83067A64FFAF41A55A800585DF
tools\genpass.exe
md5: AD6A4F9B0166E526F4D20891115E19ED | sha1: A03AC49DE7F560357C92FE76D0BF9B243AB39F10 | sha256: 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | sha512: AA0FF5B989F068B9DF6C269437DF3D60A5AD86A0A334097000A40DE2633C2A6F36454656696A363CA5E94C95D671D6DECB2946663D4D10C30D23AB6FB71B7E31
tools\gensfc.exe
md5: BB6D6222BFF905DF66C3EBABBDDC2502 | sha1: 846E2D0E5973CC9DAF4124F7634EDF6492652AAC | sha256: 080DD01B74ACBA0CD6F229C29D2F4077FE50485A61EE4D8D46BD061B01FAF820 | sha512: FFB1E12F965CCC581B2B2E36E202DEFD9D11D55B10FE93617C99D0501D74B9BE6177E396CC92E424B72A29BAA81659A8A968D382EDE5F06BF4822C0DD7ABA3C0
tools\kageant.exe
md5: 9388594DD039635926864BE1AAE63E20 | sha1: 8B789C3DAA35EAFF655B904A94881A08B0AA5F23 | sha256: B9F634A06B3B6BFED4D3BA03E0C26404B5C644CED93C1BA905E2E590529DDFCF | sha512: BCE35F60BE5D2293CD7546F0752652BD28FC238A4B3E81684292267BA067F8C548AF7E7C6958C1289711AAF6DFE7957685873B66E9190926BC458A78E2738A2F
tools\kitty.exe
md5: FAAEF87949E767236578FEEBBF022EAE | sha1: F3C7D7834C51A91617FBDA519408B4DC55E42E01 | sha256: 642CD49EC76AA75419E7E01119E55B4920E2B0CA1CCAAFBBE63E64EF6C0B1C53 | sha512: 2C8D8BAD380CC7D4A9C2F5478AA80B95E176B9E4F8593DA9EE6FF2AAEC15D521CAF5BD099CA63234141C94A7FB629C8E80567C0131F923F28A00B3ECB908FFAD
tools\kittygen.exe
md5: 6B268840FC8F6CC20392098E1E54107F | sha1: C81D9EC549BE064AFB493D9240B56896BC618B7D | sha256: 4AE8DC0FDF490D8218A21861DEE0D3D7B0362B13C6E921881B69E33055C3B204 | sha512: 448A9427FDB04C23F0A0E0ADDFFBC845958D334F835320021385160D7CBB707EC08C76B38BD9BFF14E96BB7EE70ABFAEEA71464D82C77909F441170A840A0235
tools\klink.exe
tools\kscp.exe
md5: 8E584DA2B3E9A148C4373390EBDC9D69 | sha1: 8DAC3E91AAF243FB4CC1A39A65B76794DDF2A3BF | sha256: 514FC74E36E16E0020264011655FC3C5447BAA02069FE44DCD6D8E348BCC68BE | sha512: 2598D9B3315A19D873ACBC2AA009F05AAC5DCC6A753DF269DC648C1F8CF0B485AEEF9E930720787EB163FDC7DC7108C076F6AC47CCB1D8741CE65A0F43C78AA4
tools\ksftp.exe
md5: 3406D6DBFB8786B895F437EE435655D0 | sha1: 39276EFBD4E2A2AC22B60A918CDC41C38630554E | sha256: BA24F4DFCB8F122A99AE8C7C28EFF41B190EF534E7D8848BB909D155F63CF1FA | sha512: 775A4D8142F11F238EA283712298474785DEB642CE24D140826FD03B52D2A27EC24FB7B74241B229A374A105F16A88C58AA6F06253E3DA29D8B7AA3A0DB44E97

Log in or click on link to see number of positives.

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
KiTTY 0.76.1.12 6253 Tuesday, May 23, 2023 Approved
KiTTY 0.76.1.11 1144 Sunday, May 21, 2023 Approved
KiTTY 0.76.1.9 2118 Tuesday, May 9, 2023 Approved
KiTTY 0.76.1.7 2025 Friday, April 28, 2023 Approved
KiTTY 0.76.1.6 1328 Monday, April 24, 2023 Approved
KiTTY 0.76.1.5 4252 Tuesday, March 7, 2023 Approved
KiTTY 0.76.1.4 1225 Friday, March 3, 2023 Approved
KiTTY 0.76.1.3 3494 Sunday, January 22, 2023 Approved
KiTTY 0.76.1.2 2773 Sunday, January 1, 2023 Approved
KiTTY 0.76.0.13 3639 Wednesday, November 16, 2022 Approved
KiTTY 0.76.0.12 1606 Thursday, November 10, 2022 Approved
KiTTY 0.76.0.11 4179 Monday, September 12, 2022 Approved
KiTTY 0.76.0.10 4640 Friday, June 24, 2022 Approved
KiTTY 0.76.0.8 3843 Tuesday, May 10, 2022 Approved
KiTTY 0.74.4.13 12099 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.12 405 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.11 1926 Tuesday, April 20, 2021 Approved
KiTTY 0.74.4.10 960 Sunday, April 18, 2021 Approved
KiTTY 0.74.4.9 561 Friday, April 16, 2021 Approved
KiTTY 0.74.4.8 1187 Monday, April 12, 2021 Approved
KiTTY 0.74.4.7 3282 Monday, March 1, 2021 Approved
KiTTY 0.74.4.6 3080 Monday, January 25, 2021 Approved
KiTTY 0.74.4.5 1250 Wednesday, January 20, 2021 Approved
KiTTY 0.74.4.4 1668 Tuesday, January 12, 2021 Approved
KiTTY 0.74.4.3 1178 Thursday, January 7, 2021 Approved
KiTTY 0.74.4.2 347 Wednesday, January 6, 2021 Approved
KiTTY 0.74.4.1 1511 Tuesday, December 29, 2020 Approved
KiTTY 0.74.3.5 1774 Monday, December 14, 2020 Approved
KiTTY 0.74.3.4 1759 Thursday, December 3, 2020 Approved
KiTTY 0.74.3.3 566 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.2 551 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.1 2447 Friday, November 6, 2020 Approved
KiTTY 0.74.2.8 1014 Tuesday, November 3, 2020 Approved
KiTTY 0.74.2.6 2168 Sunday, October 11, 2020 Approved
KiTTY 0.74.2.5 511 Friday, October 9, 2020 Approved
KiTTY 0.74.2.4 1221 Monday, October 5, 2020 Approved
KiTTY 0.74.2.3 1673 Sunday, September 27, 2020 Approved
KiTTY 0.74.2.2 1059 Wednesday, September 23, 2020 Approved
KiTTY 0.74.2.1 1488 Friday, September 18, 2020 Approved
KiTTY 0.74.1.1 714 Thursday, September 17, 2020 Approved
KiTTY 0.74.0.7 1337 Sunday, September 13, 2020 Approved
KiTTY 0.74.0.6 1588 Wednesday, September 2, 2020 Approved
KiTTY 0.74.0.5 1652 Tuesday, August 25, 2020 Approved
KiTTY 0.74.0.4 1761 Wednesday, August 12, 2020 Approved
KiTTY 0.74.0.3 999 Saturday, August 8, 2020 Approved
KiTTY 0.74.0.2 3215 Friday, July 3, 2020 Approved
KiTTY 0.73.2.18 3067 Tuesday, June 23, 2020 Approved
KiTTY 0.73.2.17 3296 Monday, June 15, 2020 Approved
KiTTY 0.73.2.16 2607 Monday, May 18, 2020 Approved
KiTTY 0.73.2.15 1476 Wednesday, May 13, 2020 Approved
KiTTY 0.73.2.14 959 Monday, May 11, 2020 Approved
KiTTY 0.73.2.13 1022 Saturday, May 9, 2020 Approved
KiTTY 0.73.2.12 2210 Friday, May 1, 2020 Approved
KiTTY 0.73.2.11 2972 Saturday, April 18, 2020 Approved
KiTTY 0.73.2.10 1968 Sunday, April 12, 2020 Approved
KiTTY 0.73.2.9 1154 Wednesday, April 8, 2020 Approved
KiTTY 0.73.2.8 4019 Wednesday, March 18, 2020 Approved
KiTTY 0.73.2.7 1447 Sunday, March 15, 2020 Approved
KiTTY 0.73.2.6 829 Friday, March 13, 2020 Approved
KiTTY 0.73.2.4 2681 Sunday, February 23, 2020 Approved
KiTTY 0.73.2.2 2519 Wednesday, January 29, 2020 Approved
KiTTY 0.73.2.1 2595 Sunday, January 19, 2020 Approved
KiTTY 0.73.1.5 1860 Saturday, January 11, 2020 Approved
KiTTY 0.73.1.4 3307 Wednesday, December 18, 2019 Approved
KiTTY 0.73.1.2 1581 Wednesday, December 11, 2019 Approved
KiTTY 0.73.1.1 4410 Wednesday, November 6, 2019 Approved
KiTTY 0.73.0.1 2031 Saturday, October 26, 2019 Approved
KiTTY 0.72.0.6 2013 Wednesday, October 16, 2019 Approved
KiTTY 0.72.0.5 2374 Wednesday, October 2, 2019 Approved
KiTTY 0.72.0.3 2697 Wednesday, September 18, 2019 Approved
KiTTY 0.72.0.2 975 Sunday, September 15, 2019 Approved
KiTTY 0.72.0.1 1951 Sunday, September 8, 2019 Approved
KiTTY 0.71.0.701 3076 Monday, August 5, 2019 Approved
KiTTY 0.71.0.7 1882 Thursday, July 25, 2019 Approved
KiTTY 0.71.0.6 2950 Tuesday, July 16, 2019 Approved
KiTTY 0.71.0.5 5101 Monday, July 1, 2019 Approved
KiTTY 0.71.0.4 3894 Wednesday, June 12, 2019 Approved
KiTTY 0.71.0.3 932 Saturday, June 8, 2019 Approved
KiTTY 0.71.0.2 1778 Wednesday, May 29, 2019 Approved
KiTTY 0.71.0.1 1385 Wednesday, May 22, 2019 Approved
KiTTY 0.70.0.10 2693 Friday, March 29, 2019 Approved
KiTTY 0.70.0.9 6918 Wednesday, January 23, 2019 Approved
KiTTY 0.70.0.8 3229 Friday, January 11, 2019 Approved
KiTTY 0.70.0.7 2974 Wednesday, November 28, 2018 Approved
KiTTY 0.70.0.6 2274 Wednesday, October 10, 2018 Approved
KiTTY 0.70.0.5 3324 Wednesday, May 30, 2018 Approved
KiTTY 0.70.0.4 648 Tuesday, May 29, 2018 Approved
KiTTY 0.70.0.3 2353 Friday, March 16, 2018 Approved
KiTTY 0.70.0.2 797 Wednesday, March 14, 2018 Approved
KiTTY 0.70.0.1 3425 Tuesday, October 3, 2017 Approved
KiTTY 0.69.0.2 1913 Saturday, August 5, 2017 Approved
KiTTY 0.69.0.1 1779 Thursday, May 25, 2017 Approved
KiTTY 0.68.0.2 1726 Thursday, March 16, 2017 Approved
KiTTY 0.68.0.1 660 Monday, March 13, 2017 Approved
KiTTY 0.67.4.4 1068 Friday, February 17, 2017 Approved
KiTTY 0.67.4.3 969 Wednesday, February 1, 2017 Approved
KiTTY 0.67.4.2 877 Saturday, January 21, 2017 Approved
KiTTY 0.67.4.1 957 Thursday, January 5, 2017 Approved
KiTTY 0.67.3.4 650 Monday, January 2, 2017 Approved
KiTTY 0.67.3.3 810 Thursday, December 22, 2016 Approved
KiTTY 0.67.3.2 1076 Friday, November 25, 2016 Approved
KiTTY 0.67.3.1 1017 Sunday, October 23, 2016 Approved
KiTTY 0.67.1.4 828 Tuesday, October 4, 2016 Approved
KiTTY 0.67.1.2 2889 Friday, June 17, 2016 Approved
KiTTY 0.67.1.1 461 Saturday, June 11, 2016 Approved
KiTTY 0.67.0.3 559 Friday, May 13, 2016 Approved
KiTTY 0.67.0.2 629 Tuesday, March 22, 2016 Approved

This package has no dependencies.

Discussion for the KiTTY Package

Ground Rules:

  • This discussion is only about KiTTY and the KiTTY 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 KiTTY, 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.
comments powered by Disqus