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

any chance we can add some meta data per repo #132

Open
ghost opened this issue May 31, 2020 · 6 comments
Open

any chance we can add some meta data per repo #132

ghost opened this issue May 31, 2020 · 6 comments

Comments

@ghost
Copy link

ghost commented May 31, 2020

I wish I could sort by "number of issues" "stars", "watch" etc. Is there a way to do add that meta data automatically per repo?

@wbchn
Copy link

wbchn commented Jun 24, 2020

I have no idea about sort, but added stars shields(#135) after github repo link.

@alperyilmaz
Copy link

I guess #135 was not merged to master. In the meantime, II did a PR #152 which has badges for language, stars and last activity date.. hope it is merged..

@wbchn
Copy link

wbchn commented Jun 28, 2021

@alperyilmaz hope so.

I look into the code, reference the document color=<COLOR>, there is an extra #(%23) in awk:

?labelColor=abcdef | Set background of the left part (hex, rgb, rgba, hsl, hsla and css named colors supported). The legacy name "colorA" is also supported.

@alperyilmaz
Copy link

Thanks for checking the code. That extra percent sign is due to awk's printf function. If you intend to print actual percent sign, you need to use %%.

@wbchn
Copy link

wbchn commented Jun 28, 2021

Sorry for the ambiguous reply, my mean is, after awk command, color=%%23456eb0 will become to color=%23456eb0 in README_meta.md, no need extra #(%23) before the color code reference the document, just using color=456eb0.

@alperyilmaz
Copy link

oh, I see.. fixed it.. now it's much cleaner.. thanks for pointing it out..

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

No branches or pull requests

2 participants