gh-userfetch
gh-userfetch copied to clipboard
Eliminate jq dependence
This tool using jq
but GitHub CLI (gh api
) has --jq
option. If I understand how to use jq
, this tool can eliminate depencency of jq
.
It seems that it can be realized by applying the following one liner...:
$ gh api user --jq '. | .location, .followers, .following, .blog, .public_repos, .public_gists' | \cat
Japan
61
92
https://sheepla.github.io/sheepla-note/
26
17