From 03417dceff5683b6186f14e3c1c2fd1b6238b74b Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 21 May 2019 00:26:37 +0200 Subject: [PATCH 1/3] VSCode Snippet has prev/next answer support now See https://github.com/mre/vscode-snippet/releases/tag/0.5.0 for reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e866fe..fd2541f 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ Features supported by cheat.sh plugins for different editors: |Command queries |✓ |✓ |✓ |✓ |✓ | |Queries from buffer| | |✓ |✓ | | |Toggle comments | | |✓ | |✓ | -|Prev/next answer | | |✓ | |✓ | +|Prev/next answer | | |✓ |✓ |✓ | |Multiple answers | |✓ | | |✓ | |Warnings as queries| | |✓ | | | |Queries history | | |✓ |✓ | | From df17836b1d7b8fe954913ac60d95c43b589ff0ca Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 21 May 2019 00:46:34 +0200 Subject: [PATCH 2/3] VSCode Snippet has support for toggling comments now See https://github.com/mre/vscode-snippet/releases/tag/0.5.1 for reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2541f..74c073f 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ Features supported by cheat.sh plugins for different editors: |-------------------|-----|-------|---|------|----| |Command queries |✓ |✓ |✓ |✓ |✓ | |Queries from buffer| | |✓ |✓ | | -|Toggle comments | | |✓ | |✓ | +|Toggle comments | | |✓ |✓ |✓ | |Prev/next answer | | |✓ |✓ |✓ | |Multiple answers | |✓ | | |✓ | |Warnings as queries| | |✓ | | | From e2e69b61a361751a145b977ca2f58ae4a50d756e Mon Sep 17 00:00:00 2001 From: Thomas Sullivan Date: Fri, 31 May 2019 14:47:53 -0500 Subject: [PATCH 3/3] Removed 'when you lie' image as it is 404 not found and some grammer changes with Docker section. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c073f..40eb32f 100644 --- a/README.md +++ b/README.md @@ -424,8 +424,6 @@ She: Yes! Perfect! Exactly what I wanted to see! | Of course, this is just for fun, and you should never cheat in your coding interviews, 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. @@ -446,7 +444,7 @@ scoop install cht ### Docker -Currently the easiest way to get a self-hosted instance running is by using the docker-compose.yml file provided in the extra/docker folder. +Currently, the easiest way to get a self-hosted instance running is by using the docker-compose.yml file provided in the extra/docker folder. This pulls down the latest image with baked in cheatsheets and starts the app and a Redis instance to back it, making the service available on port 8002 of the local host. This is currently an early implementation and should probably not be used for anything outside of internal/dev/personal use right now. ## Editors integration