Skip to content

Instantly share code, notes, and snippets.

@jimbrig
Forked from santisbon/Search my gists.md
Created September 11, 2021 03:52
Show Gist options
  • Select an option

  • Save jimbrig/3193d0fb016fbf83efea9b47772b59b5 to your computer and use it in GitHub Desktop.

Select an option

Save jimbrig/3193d0fb016fbf83efea9b47772b59b5 to your computer and use it in GitHub Desktop.

Revisions

  1. @santisbon santisbon revised this gist Dec 12, 2019. 1 changed file with 18 additions and 18 deletions.
    36 changes: 18 additions & 18 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -3,32 +3,32 @@ Enter this in the search box along with your search terms:
    Get all gists from the user santisbon.
    `user:santisbon`

    Find all gists with a .yml extension.
    <br/>`extension:yml`
    Find all gists with a .yml extension.
    `extension:yml`

    Find all gists with HTML files.
    <br/>`language:html`
    Find all gists with HTML files.
    `language:html`

    Find all gists with a ".bash_profile" file.
    <br/>`filename:.bash_profile`
    Find all gists with a ".bash_profile" file.
    `filename:.bash_profile`

    Excludes all results containing your search term.
    <br/>`NOT`
    Excludes all results containing your search term.
    `NOT`

    Find gists with greater than 100 stars.
    <br/>`stars:>100`
    Find gists with greater than 100 stars.
    `stars:>100`

    Include anonymous gists in your search.
    <br/>`anon:true`
    Include anonymous gists in your search.
    `anon:true`

    Search all forked gists for results.
    <br/>`fork:only`
    Search all forked gists for results.
    `fork:only`

    Find gists containing a file larger than 1000kbs.
    <br/>`size:>1000`
    Find gists containing a file larger than 1000kbs.
    `size:>1000`

    Find all workshops by aws-samples updated recently.
    <br/>`workshop user:aws-samples pushed:>2019-12-01`
    Find all workshops by aws-samples updated recently.
    `workshop user:aws-samples pushed:>2019-12-01`

    Full code search:
    https://help.github.com/articles/searching-code/
  2. @santisbon santisbon revised this gist Dec 12, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    Enter this in the search box along with your search terms:

    Get all gists from the user santisbon.
    <br/>`user:santisbon`
    Get all gists from the user santisbon.
    `user:santisbon`

    Find all gists with a .yml extension.
    <br/>`extension:yml`
  3. @santisbon santisbon revised this gist Dec 12, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -30,8 +30,8 @@ Find gists containing a file larger than 1000kbs.
    Find all workshops by aws-samples updated recently.
    <br/>`workshop user:aws-samples pushed:>2019-12-01`

    Full code search:
    Full code search:
    https://help.github.com/articles/searching-code/

    Searching:
    Searching:
    https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories#search-by-when-a-repository-was-created-or-last-updated
  4. @santisbon santisbon revised this gist Dec 12, 2019. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -27,5 +27,11 @@ Search all forked gists for results.
    Find gists containing a file larger than 1000kbs.
    <br/>`size:>1000`

    Find all workshops by aws-samples updated recently.
    <br/>`workshop user:aws-samples pushed:>2019-12-01`

    Full code search:
    https://help.github.com/articles/searching-code/
    https://help.github.com/articles/searching-code/

    Searching:
    https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories#search-by-when-a-repository-was-created-or-last-updated
  5. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -1,31 +1,31 @@
    Enter this in the search box:
    Enter this in the search box along with your search terms:

    Get all gists from the user santisbon.
    <br/>`user:santisbon`

    Find all instances of join in gists with a .yml extension.
    <br/>`join extension:yml`
    Find all gists with a .yml extension.
    <br/>`extension:yml`

    Find all cat gists with HTML files.
    <br/>`cat language:html`
    Find all gists with HTML files.
    <br/>`language:html`

    Find all gists with a ".bashrc" file.
    <br/>`filename:.bashrc`
    Find all gists with a ".bash_profile" file.
    <br/>`filename:.bash_profile`

    Excludes all results containing cat.
    <br/>`NOT cat`
    Excludes all results containing your search term.
    <br/>`NOT`

    Find cat gists with greater than 100 stars.
    <br/>`cat stars:>100`
    Find gists with greater than 100 stars.
    <br/>`stars:>100`

    Include anonymous gists in your search for cat-related gists.
    <br/>`cat anon:true`
    Include anonymous gists in your search.
    <br/>`anon:true`

    Search all forked gists for results containing cat.
    <br/>`cat fork:only`
    Search all forked gists for results.
    <br/>`fork:only`

    Find all instances of system in gists containing a file larger than 1000kbs.
    <br/>`system size:>1000`
    Find gists containing a file larger than 1000kbs.
    <br/>`size:>1000`

    Full code search:
    https://help.github.com/articles/searching-code/
  6. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -1,28 +1,28 @@
    Enter this in the search box:

    Find cat gists with greater than 100 stars.
    <br/>`cat stars:>100`

    Get all gists from the user santisbon.
    <br/>`user:santisbon`

    Include anonymous gists in your search for cat-related gists.
    <br/>`cat anon:true`

    Excludes all results containing cat.
    <br/>`NOT cat`
    Find all instances of join in gists with a .yml extension.
    <br/>`join extension:yml`

    Search all forked gists for results containing cat.
    <br/>`cat fork:only`
    Find all cat gists with HTML files.
    <br/>`cat language:html`

    Find all gists with a ".bashrc" file.
    <br/>`filename:.bashrc`

    Find all cat gists with HTML files.
    <br/>`cat language:html`
    Excludes all results containing cat.
    <br/>`NOT cat`

    Find cat gists with greater than 100 stars.
    <br/>`cat stars:>100`

    Include anonymous gists in your search for cat-related gists.
    <br/>`cat anon:true`

    Find all instances of join in gists with a coffee extension.
    <br/>`join extension:coffee`
    Search all forked gists for results containing cat.
    <br/>`cat fork:only`

    Find all instances of system in gists containing a file larger than 1000kbs.
    <br/>`system size:>1000`
  7. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 11 additions and 9 deletions.
    20 changes: 11 additions & 9 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -1,29 +1,31 @@
    Enter this in the search box:

    Find cat gists with greater than 100 stars.

    `cat stars:>100`
    <br/>`cat stars:>100`

    Get all gists from the user santisbon.
    <br/>`user:santisbon`

    Include anonymous gists in your search for cat-related gists.
    `cat anon:true`
    <br/>`cat anon:true`

    Excludes all results containing cat.
    `NOT cat`
    <br/>`NOT cat`

    Search all forked gists for results containing cat.
    `cat fork:only`
    <br/>`cat fork:only`

    Find all gists with a ".bashrc" file.
    `filename:.bashrc`
    <br/>`filename:.bashrc`

    Find all cat gists with HTML files.
    `cat language:html`
    <br/>`cat language:html`

    Find all instances of join in gists with a coffee extension.
    `join extension:coffee`
    <br/>`join extension:coffee`

    Find all instances of system in gists containing a file larger than 1000kbs.
    `system size:>1000`
    <br/>`system size:>1000`

    Full code search:
    https://help.github.com/articles/searching-code/
  8. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ Find cat gists with greater than 100 stars.
    `cat stars:>100`

    Get all gists from the user santisbon.
    `user:santisbon`
    <br/>`user:santisbon`

    Include anonymous gists in your search for cat-related gists.
    `cat anon:true`
  9. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    Enter this in the search box:

    Find cat gists with greater than 100 stars.

    `cat stars:>100`

    Get all gists from the user santisbon.
  10. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Enter this in the search box:
    Find cat gists with greater than 100 stars.
    `cat stars:>100`

    Get all gists from the user defunkt.
    Get all gists from the user santisbon.
    `user:santisbon`

    Include anonymous gists in your search for cat-related gists.
  11. @santisbon santisbon revised this gist Nov 26, 2017. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,27 @@ Enter this in the search box:

    Find cat gists with greater than 100 stars.
    `cat stars:>100`

    Get all gists from the user defunkt.
    `user:santisbon`

    Include anonymous gists in your search for cat-related gists.
    `cat anon:true`

    Excludes all results containing cat.
    `NOT cat`

    Search all forked gists for results containing cat.
    `cat fork:only`

    Find all gists with a ".bashrc" file.
    `filename:.bashrc`

    Find all cat gists with HTML files.
    `cat language:html`

    Find all instances of join in gists with a coffee extension.
    `join extension:coffee`

    Find all instances of system in gists containing a file larger than 1000kbs.
    `system size:>1000`
  12. @santisbon santisbon created this gist Nov 26, 2017.
    20 changes: 20 additions & 0 deletions Search my gists.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    Enter this in the search box:

    Find cat gists with greater than 100 stars.
    `cat stars:>100`
    Get all gists from the user defunkt.
    `user:santisbon`
    Include anonymous gists in your search for cat-related gists.
    `cat anon:true`
    Excludes all results containing cat.
    `NOT cat`
    Search all forked gists for results containing cat.
    `cat fork:only`
    Find all gists with a ".bashrc" file.
    `filename:.bashrc`
    Find all cat gists with HTML files.
    `cat language:html`
    Find all instances of join in gists with a coffee extension.
    `join extension:coffee`
    Find all instances of system in gists containing a file larger than 1000kbs.
    `system size:>1000`