sh/awk/curl powered CLI for scorecard API + fzf based TUI to search & preview published scorecard result #4246
edwinjhlee
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, friends in scorecard coummunity,
scorecard pkg
We introduce scorecard package in x-cmd, so users can quickly use scorecard without root priviledge and system-wide installation:
# activated globally in the user space x env use scorecard
or
# just activated in this session x env try scorecard
https://www.x-cmd.com/pkg/scorecard
scorecard module
We also provide a helper module. Now scorecard module not only install scorecard pkg on demand, but also provide a CLI/TUI ( using fzf ) for scorecard API to search and preview scorecard published result.
Here is the demo.
https://www.x-cmd.com/mod/scorecard
Here is the source code of scorecard module:
https://github.com/x-cmd/x-cmd/blob/main/mod/scorecard/lib/main
Thank you for your attention.
Beta Was this translation helpful? Give feedback.
All reactions