Last active
September 13, 2022 21:32
-
-
Save Artnoc1/8d8858a3fb37e495311c858968e2abfb to your computer and use it in GitHub Desktop.
Revisions
-
Artnoc1 revised this gist
Sep 13, 2022 . 1 changed file with 16 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,30 @@ # Gists’s search supports a variety of different operations. --- >Here’s a quick cheat sheet for some of the common searches. --- ### **BASIC_SEARCH** [This search] | Finds repositories with… ---|--- [cat stars:>100] | Find cat gists with greater than 100 stars. [user:defunkt] |Get all gists from the user defunkt. [cat anon:true] | Include anonymous gists in your search for cat-related gists. [NOT cat] | Excludes all results containing cat. [cat fork:only] | Search all forked gists for results containing cat. --- ### **CONTENTS_SEARCH** --- >Gist search looks through the file contents by default. You can also filter the results: --- [This search] | Finds gists with… ---|--- [filename:.bashrc] | Find all gists with a ".bashrc" file. [cat language:html] | Find all cat gists with HTML files. [join extension:coffee] | Find all instances of join in gists with a coffee extension. -
Artnoc1 revised this gist
Apr 13, 2022 . 1 changed file with 15 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,22 @@ # Gists’s search supports a variety of different operations. >Here’s a quick cheat sheet for some of the common searches. ### **Basic search** [This search] | Finds repositories with… [cat stars:>100] | Find cat gists with greater than 100 stars. [user:defunkt] |Get all gists from the user defunkt. [cat anon:true] | Include anonymous gists in your search for cat-related gists. [NOT cat] | Excludes all results containing cat. [cat fork:only] | Search all forked gists for results containing cat. --- ### **Contents search** Gist search looks through the file contents by default. You can also filter the results: [This search] | Finds gists with… [filename:.bashrc] | Find all gists with a ".bashrc" file. [cat language:html] | Find all cat gists with HTML files. [join extension:coffee] | Find all instances of join in gists with a coffee extension. [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs. --- -
Artnoc1 revised this gist
Sep 11, 2021 . 1 changed file with 20 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,27 @@ ## Gists’s search supports a variety of different operations. ### Here’s a quick cheat sheet for some of the common searches. ### Basic search --- [This search] | Finds repositories with… [cat stars:>100] | Find cat gists with greater than 100 stars. [user:defunkt] |Get all gists from the user defunkt. [cat anon:true] | Include anonymous gists in your search for cat-related gists. [NOT cat] | Excludes all results containing cat. [cat fork:only] | Search all forked gists for results containing cat. --- ### Contents search --- Gist search looks through the file contents by default. You can also filter the results: [This search] | Finds gists with… [filename:.bashrc] | Find all gists with a ".bashrc" file. [cat language:html] | Find all cat gists with HTML files. [join extension:coffee] | Find all instances of join in gists with a coffee extension. [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs. -
Artnoc1 revised this gist
Sep 11, 2021 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,25 +4,24 @@ ### Basic search --- [This search] | Finds repositories with… [cat stars:>100] | Find cat gists with greater than 100 stars. [user:defunkt] |Get all gists from the user defunkt. [cat anon:true] | Include anonymous gists in your search for cat-related gists. [NOT cat] | Excludes all results containing cat. [cat fork:only] | Search all forked gists for results containing cat. --- ### Contents search --- Gist search looks through the file contents by default. You can also filter the results: [This search] | Finds gists with… [filename:.bashrc] | Find all gists with a ".bashrc" file. [cat language:html] | Find all cat gists with HTML files. [join extension:coffee] | Find all instances of join in gists with a coffee extension. [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs. -
Artnoc1 revised this gist
Aug 28, 2020 . 1 changed file with 13 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,12 +4,14 @@ ### Basic search --- ``` [This search] | Finds repositories with… [cat stars:>100] | Find cat gists with greater than 100 stars. [user:defunkt] |Get all gists from the user defunkt. [cat anon:true] | Include anonymous gists in your search for cat-related gists. [NOT cat] | Excludes all results containing cat. [cat fork:only] | Search all forked gists for results containing cat. ``` --- ### Contents search @@ -18,9 +20,9 @@ Gist search looks through the file contents by default. You can also filter the results: ``` [This search] | Finds gists with… [filename:.bashrc] | Find all gists with a ".bashrc" file. [cat language:html] | Find all cat gists with HTML files. [join extension:coffee] | Find all instances of join in gists with a coffee extension. [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs. ``` -
Artnoc1 revised this gist
Aug 28, 2020 . 1 changed file with 16 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,20 +3,24 @@ ### Basic search --- - [This search] | Finds repositories with… - [cat stars:>100] | Find cat gists with greater than 100 stars. - [user:defunkt] |Get all gists from the user defunkt. - [cat anon:true] | Include anonymous gists in your search for cat-related gists. - [NOT cat] | Excludes all results containing cat. - [cat fork:only] | Search all forked gists for results containing cat. --- ### Contents search --- Gist search looks through the file contents by default. You can also filter the results: ``` - [This search] | Finds gists with… - [filename:.bashrc] | Find all gists with a ".bashrc" file. - [cat language:html] | Find all cat gists with HTML files. - [join extension:coffee] | Find all instances of join in gists with a coffee extension. - [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs. ``` -
Artnoc1 revised this gist
Aug 28, 2020 . 1 changed file with 4 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ ## Gists’s search supports a variety of different operations. ### Here’s a quick cheat sheet for some of the common searches. ### Basic search This search | Finds repositories with… cat stars:>100 | Find cat gists with greater than 100 stars. user:defunkt |Get all gists from the user defunkt. @@ -13,8 +13,6 @@ cat fork:only | Search all forked gists for results containing cat. Contents search Gist search looks through the file contents by default. You can also filter the results: ``` This search | Finds gists with… filename:.bashrc | Find all gists with a ".bashrc" file. -
Artnoc1 renamed this gist
Aug 28, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Artnoc1 revised this gist
Aug 28, 2020 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,14 +3,13 @@ Here’s a quick cheat sheet for some of the common searches. Basic search ---|--- This search | Finds repositories with… cat stars:>100 | Find cat gists with greater than 100 stars. user:defunkt |Get all gists from the user defunkt. cat anon:true | Include anonymous gists in your search for cat-related gists. NOT cat | Excludes all results containing cat. cat fork:only | Search all forked gists for results containing cat. Contents search Gist search looks through the file contents by default. You can also filter the results: -
Artnoc1 created this gist
Aug 28, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ Gists’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches. Basic search ---|--- ``` This search | Finds repositories with… cat stars:>100 | Find cat gists with greater than 100 stars. user:defunkt |Get all gists from the user defunkt. cat anon:true | Include anonymous gists in your search for cat-related gists. NOT cat | Excludes all results containing cat. cat fork:only | Search all forked gists for results containing cat. ``` Contents search Gist search looks through the file contents by default. You can also filter the results: ---|--- ``` This search | Finds gists with… filename:.bashrc | Find all gists with a ".bashrc" file. cat language:html | Find all cat gists with HTML files. join extension:coffee | Find all instances of join in gists with a coffee extension. system size:>1000 | Find all instances of system in gists containing a file larger than 1000kbs. ```