Skip to content

Instantly share code, notes, and snippets.

@Artnoc1
Last active September 13, 2022 21:32
Show Gist options
  • Save Artnoc1/8d8858a3fb37e495311c858968e2abfb to your computer and use it in GitHub Desktop.
Save Artnoc1/8d8858a3fb37e495311c858968e2abfb to your computer and use it in GitHub Desktop.

Revisions

  1. Artnoc1 revised this gist Sep 13, 2022. 1 changed file with 16 additions and 5 deletions.
    21 changes: 16 additions & 5 deletions Basic search.md
    Original 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…
    ---
    ### **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.
    ### **CONTENTS_SEARCH**

    ---
    >Gist search looks through the file contents by default.
    You can also filter the results:
    [This search] | Finds gists with…

    ---

    [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.
  2. Artnoc1 revised this gist Apr 13, 2022. 1 changed file with 15 additions and 20 deletions.
    35 changes: 15 additions & 20 deletions Basic search.md
    Original 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.
    # 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…
    ### **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
    [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.
    [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.
    [system size:>1000] | Find all instances of system in gists containing a file larger than 1000kbs.

    ---
  3. Artnoc1 revised this gist Sep 11, 2021. 1 changed file with 20 additions and 20 deletions.
    40 changes: 20 additions & 20 deletions Basic search.md
    Original 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.
    ## Gists’s search supports a variety of different operations.
    ### Here’s a quick cheat sheet for some of the common searches.

    ### Basic search
    ### 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.
    [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
    ### Contents search

    ---
    Gist search looks through the file contents by default.
    You can also filter the results:
    ---
    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.
    [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.
  4. Artnoc1 revised this gist Sep 11, 2021. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions Basic search.md
    Original 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.
    ```
  5. Artnoc1 revised this gist Aug 28, 2020. 1 changed file with 13 additions and 11 deletions.
    24 changes: 13 additions & 11 deletions Basic search.md
    Original 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.
    ```
    [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.
    [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.
    ```
  6. Artnoc1 revised this gist Aug 28, 2020. 1 changed file with 16 additions and 12 deletions.
    28 changes: 16 additions & 12 deletions Basic search.md
    Original 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.
    ---
    - [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
    ### 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.
    - [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.
    ```
  7. Artnoc1 revised this gist Aug 28, 2020. 1 changed file with 4 additions and 6 deletions.
    10 changes: 4 additions & 6 deletions Basic search.md
    Original 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.
    ## Gists’s search supports a variety of different operations.
    ### Here’s a quick cheat sheet for some of the common searches.

    ### Basic search

    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.
  8. Artnoc1 renamed this gist Aug 28, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. Artnoc1 revised this gist Aug 28, 2020. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Basic search
    Original 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:
  10. Artnoc1 created this gist Aug 28, 2020.
    25 changes: 25 additions & 0 deletions Basic search
    Original 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.
    ```