-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add hyfetch #24
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! also thanks for taking over the aur package :>
|
Oh, cool, you're handling packaging, @Dvd-Znf? @all-contributors add @Dvd-Znf for platform |
|
I've updated the pull request to add @Dvd-Znf! 🎉 |
spenserblack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! But I'll wait a bit pending discussion in #25, just in case we end up refactoring things in a way that affects how new tools get added.
| stats[2].label = "hyfetch"; | ||
| stats[2].version = hyfetch(); | ||
| stats[3].label = "Neofetch"; | ||
| stats[3].version = neofetch(); | ||
| stats[4].label = "onefetch"; | ||
| stats[4].version = onefetch(); | ||
| stats[5].label = "pfetch"; | ||
| stats[5].version = pfetch(); | ||
| stats[6].label = "UwUfetch"; | ||
| stats[6].version = uwufetch(); | ||
| stats[7].label = "screenFetch"; | ||
| stats[7].version = screenfetch(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may have to rethink how the stats are alphabetized, because, the more fetch tools get supported, the more lines need to get edited 😅
yip, i took over the aur pkg |
added hyfetch :D