Skip to content

Commit e57bb7f

Browse files
committed
Merge branch 'master' of https://github.com/chubin/cheat.sh
2 parents 394d9dd + c787f05 commit e57bb7f

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,17 @@ because you know what happens when you do.
416416

417417
![when you lie in your interview](http://cheat.sh/files/when-you-lie-katze.png)
418418

419+
### Windows command line client
420+
421+
You can access cheat.sh from Windows command line too.
422+
423+
Use cheat.sh command line client for that: [cht.exe](https://github.com/tpanj/cht.exe).
424+
It supports:
425+
426+
* output colorization;
427+
* command line options;
428+
* its own configuration file.
429+
419430
## Self-Hosting
420431

421432
### Docker
@@ -733,12 +744,12 @@ all over the world
733744

734745
|Cheat sheets |Repository | Users | Creation Date |
735746
|-----------------------|------------------------------------------------------|------------|---------------|
736-
|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 25/139 | May 1, 2017 |
737-
|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 580/18413 | Dec 8, 2013 |
738-
|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|111/4421|Jul 28, 2013|
739-
|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1125/5535|Jun 23, 2013|
740-
|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|30/3389|Feb 9, 2014|
741-
|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|5/173|Nov 4, 2011|
747+
|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 26/142 | May 1, 2017 |
748+
|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 591/18672 | Dec 8, 2013 |
749+
|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|113/4460|Jul 28, 2013|
750+
|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1139/5580|Jun 23, 2013|
751+
|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|30/3436|Feb 9, 2014|
752+
|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|5/175|Nov 4, 2011|
742753
|Programming languages |[StackOverflow](https://stackoverflow.com)|9M |Sep 15, 2008|
743754

744755
Pie diagram reflecting cheat sheets sources distribution (by number of cheat sheets on cheat.sh originating from a repository):

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ colored
99
langdetect
1010
cffi
1111
polyglot
12-
colorama
12+
colorama
13+
pyyaml

0 commit comments

Comments
 (0)