Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add kyoshidajp/ghkw #7323

Merged
merged 1 commit into from Oct 24, 2022

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Oct 24, 2022

#7323 kyoshidajp/ghkw: Search how many keywords in GitHub Code tool

$ aqua g -i kyoshidajp/ghkw

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.

Command and output

$ ghkw --help
Usage: ghkw [options...] [keyword ...]

ghkw is a tool to know how many keyword is used in GitHub code.

You must specify keyword what you want to know keyword.

Options:

  -d, --debug    Enable debug mode.
                 Print debug log.

  -f, --format   Output format (markdown, json).
                 default: markdown

  -h, --help     Show this help message and exit.

  -v, --version  Print current version.

  Search Qualifiers:

    --in           Add in to search term.

    --language     Add language to search term.

    --fork         Add fork to search term.

    --size         Add size to search term.

    --path         Add path to search term.

    --filename     Add filename to search term.

    --extension    Add extension to search term.

    --user         Add user to search term.

    --repo         Add repo to search term.

    See Also:
      https://developer.github.com/v3/search/#parameters-2

Examples:
    The following is how to do ghkw search "exclude_condition" and "exclusion_condition" with search option in the file contents, language is javascript and file size is over 1,000bytes.

    ghkw --in=file --language=javascript --size=">1000" exclude_condition exclusion_condition

If files such as configuration file are needed, please share them.

$ ghkw aqua
| RANK | KEYWORD |   TOTAL    |
|------|---------|------------|
|    1 | aqua    | 13,218,087 |

Reference

[kyoshidajp/ghkw](https://github.com/kyoshidajp/ghkw): Search how many keywords in GitHub Code tool

```console
$ aqua g -i kyoshidajp/ghkw
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 24, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.81.0 milestone Oct 24, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit 0a0bd36 into aquaproj:main Oct 24, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants