Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Eliminate jq dependence #1

Open
sheepla opened this issue Oct 14, 2021 · 2 comments
Open

Eliminate jq dependence #1

sheepla opened this issue Oct 14, 2021 · 2 comments

Comments

@sheepla
Copy link
Owner

sheepla commented Oct 14, 2021

No description provided.

@sheepla
Copy link
Owner Author

sheepla commented Oct 16, 2021

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.

@sheepla
Copy link
Owner Author

sheepla commented Oct 16, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant