From 3817c6fb02572864a7b695248e1ad912d71fc7da Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 30 Sep 2018 09:44:02 +0200 Subject: [PATCH 1/3] Upstream repository usage information updated --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40059c7..3f429c8 100644 --- a/README.md +++ b/README.md @@ -733,12 +733,12 @@ all over the world |Cheat sheets |Repository | Users | Creation Date | |-----------------------|------------------------------------------------------|------------|---------------| -|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 25/139 | May 1, 2017 | -|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 580/18413 | Dec 8, 2013 | -|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|111/4421|Jul 28, 2013| -|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1125/5535|Jun 23, 2013| -|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|30/3389|Feb 9, 2014| -|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|5/173|Nov 4, 2011| +|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 26/142 | May 1, 2017 | +|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 591/18672 | Dec 8, 2013 | +|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|113/4460|Jul 28, 2013| +|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1139/5580|Jun 23, 2013| +|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|30/3436|Feb 9, 2014| +|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|5/175|Nov 4, 2011| |Programming languages |[StackOverflow](https://stackoverflow.com)|9M |Sep 15, 2008| Pie diagram reflecting cheat sheets sources distribution (by number of cheat sheets on cheat.sh originating from a repository): From d25d8e22da7ecf11c7b4c27d3e47fe774b9ca64e Mon Sep 17 00:00:00 2001 From: Bence Date: Sun, 30 Sep 2018 14:37:53 +0200 Subject: [PATCH 2/3] Added pyyaml to requirements Docker installation failed without pyyaml. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e2da03..1dac174 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ colored langdetect cffi polyglot -colorama \ No newline at end of file +colorama +pyyaml From c787f054ec17fe4c8c7a440aa2c75d6abb97ff7c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 7 Oct 2018 20:06:21 +0200 Subject: [PATCH 3/3] link to cht.exe --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3f429c8..8459347 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,17 @@ because you know what happens when you do. ![when you lie in your interview](http://cheat.sh/files/when-you-lie-katze.png) +### Windows command line client + +You can access cheat.sh from Windows command line too. + +Use cheat.sh command line client for that: [cht.exe](https://github.com/tpanj/cht.exe). +It supports: + +* output colorization; +* command line options; +* its own configuration file. + ## Self-Hosting ### Docker