Downloads:
1,845
Downloads of v 4.4.2:
311
Last Update:
15 Dec 2023
Package Maintainer(s):
Software Author(s):
- Christopher Allen Lane
Tags:
cheatsheets unix remember commands admin commandline- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
cheat
- 1
- 2
- 3
4.4.2 | Updated: 15 Dec 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,845
Downloads of v 4.4.2:
311
Maintainer(s):
Software Author(s):
- Christopher Allen Lane
cheat 4.4.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Christopher Allen Lane. The inclusion of Christopher Allen Lane trademark(s), if any, upon this webpage is solely to identify Christopher Allen Lane goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install cheat, run the following command from the command line or from PowerShell:
To upgrade cheat, run the following command from the command line or from PowerShell:
To uninstall cheat, 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 cheat --internalize --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 cheat -y --source="'INTERNAL REPO URL'" [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 cheat -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install cheat
win_chocolatey:
name: cheat
version: '4.4.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cheat' do
action :install
source 'INTERNAL REPO URL'
version '4.4.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cheat
{
Name = "cheat"
Version = "4.4.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cheat':
ensure => '4.4.2',
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.
This package was approved by moderator TheCakeIsNaOH on 16 Dec 2023.
cheat
cheat
allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind UNIX system administrators of options for commands that they use frequently, but not frequently enough to remember.
Use cheat with cheatsheets.
Example
The next time you're forced to disarm a nuclear weapon without consulting Google, you may run:
cheat tar
You will be presented with a cheatsheet resembling the following:
# To extract an uncompressed archive:
tar -xvf '/path/to/foo.tar'
# To extract a .gz archive:
tar -xzvf '/path/to/foo.tgz'
# To create a .gz archive:
tar -czvf '/path/to/foo.tgz' '/path/to/foo/'
# To extract a .bz2 archive:
tar -xjvf '/path/to/foo.tgz'
# To create a .bz2 archive:
tar -cjvf '/path/to/foo.tgz' '/path/to/foo/'
For more information about cheat see README.md.
md5: 2661CB210DDFD7773316E8854F51C37C | sha1: 7D22A8B1445383E40E98ADB80D9C540F89E6A3FA | sha256: 9234A4E3C1748537B6F16DD83BA1DE573556DFCA34FCBF837F216C25DC3160B9 | sha512: 2D841888E33190B2AC11FBEC0C0D89FF3CABF8DCE0D08C7BDC4970174707EF24C35E78FB0F129C3D10EBAAE7B4A6F47A33F57829207D7A8F982F8892B45904BF
Copyright 2013 Christopher Allen Lane
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.
Package can be verified like this:
1. Go to https://github.com/cheat/cheat/releases/download/4.4.2/cheat-windows-amd64.exe.zip
to download the binary.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 9234A4E3C1748537B6F16DD83BA1DE573556DFCA34FCBF837F216C25DC3160B9
License text in LICENSE.txt file was obtained
on 11/28/2021
from https://github.com/cheat/cheat/blob/master/LICENSE.txt
Log in or click on link to see number of positives.
- cheat.4.4.2.nupkg (a2462d09f58b) - ## / 63
- cheat-windows-amd64.exe.zip (9234a4e3c174) - ## / 66
- cheat-windows-amd64.exe (9123f0cb8ae3) - ## / 68
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 |
---|---|---|---|---|
cheat 4.4.2 | 311 | Friday, December 15, 2023 | Approved | |
cheat 4.4.1 | 44 | Friday, December 15, 2023 | Approved | |
cheat 4.4.0 | 328 | Saturday, November 5, 2022 | Approved | |
cheat 4.3.3 | 294 | Sunday, August 28, 2022 | Approved | |
cheat 4.3.2 | 66 | Sunday, August 28, 2022 | Approved | |
cheat 4.3.1 | 97 | Tuesday, August 9, 2022 | Approved | |
cheat 4.3.0 | 50 | Tuesday, August 9, 2022 | Approved | |
cheat 4.2.7 | 78 | Tuesday, August 9, 2022 | Approved | |
cheat 4.2.6 | 214 | Tuesday, August 9, 2022 | Approved | |
cheat 4.2.5 | 96 | Tuesday, July 5, 2022 | Approved | |
cheat 4.2.4 | 71 | Tuesday, July 5, 2022 | Approved | |
cheat 4.2.3 | 196 | Monday, November 29, 2021 | Approved |
Copyright 2013 Christopher Allen Lane
This package has no dependencies.
Ground Rules:
- This discussion is only about cheat and the cheat 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 cheat, 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.