From b72ac450a674e17aa112282b305edcde77383eea Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 22 Jul 2018 16:09:54 +0200 Subject: [PATCH 1/3] Updated repositories stat --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ee1716..7596d67 100644 --- a/README.md +++ b/README.md @@ -692,12 +692,12 @@ all over the world |Cheat sheets |Repository | Users | Creation Date | |-----------------------|------------------------------------------------------|------------|---------------| -|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 6/54 | May 1, 2017 | -|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 541/17360 | Dec 8, 2013 | -|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|105/4193|Jul 28, 2013| -|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1096/5285|Jun 23, 2013| -|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|29/3034|Feb 9, 2014| -|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|4/165|Nov 4, 2011| +|UNIX/Linux, programming|[cheat.sheets](https://github.com/chubin/cheat.sheets)| 14/100 | May 1, 2017 | +|UNIX/Linux commands |[tldr-pages/tldr](https://github.com/tldr-pages/tldr) | 559/17702 | Dec 8, 2013 | +|UNIX/Linux commands |[chrisallenlane/cheat](https://github.com/chrisallenlane/cheat)|104/4315|Jul 28, 2013| +|Programming languages |[adambard/learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs)|1099/5394|Jun 23, 2013| +|Go |[a8m/go-lang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)|29/3235|Feb 9, 2014| +|Perl |[pkrumnis/perl1line.txt](https://github.com/pkrumins/perl1line.txt)|5/171|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 e37e97f75b5533cc993f1c8d8f3b4fbdc1219084 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 23 Jul 2018 23:09:05 +0200 Subject: [PATCH 2/3] syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7596d67..95850dc 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ If you don't like an answer for your queries, you can pick another one. For that Cheat sheets are formatted as code of the queried programming language (at least we are trying our best to do so) so they can be pasted into a program in this language directly. Text comments, if there are any, are formatted according to the language syntax. -``` +```lua $ curl cht.sh/lua/table+keys -- lua: retrieve list of keys in a table @@ -147,7 +147,7 @@ so they can be pasted into a program in this language directly. Text comments, i If you don't need text comments in the answer, you can eliminate them using a special option `?Q`: -``` +```lua $ curl cht.sh/lua/table+keys?Q local keyset={} local n=0 From d50df18ccb89c36e408f0c93eb71bcb8b95e86ea Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 23 Jul 2018 23:28:29 +0200 Subject: [PATCH 3/3] syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95850dc..4a98344 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ and press `KE`: explanation for the warning will be opened in a new buff Here is Vim configuration example: -``` +```vim " some configuration above ... let mapleader=" "