-
Notifications
You must be signed in to change notification settings - Fork 47
Description
As I wanted to have a minimal CLI system information tool on my NetBSD install, I've modified the code in ufetch, https://gitlab.com/jschx/ufetch to make it work on NetBSD.
I've posted this here, https://www.unitedbsd.com/d/14-system-information-on-the-cli-ufetch and got the suggestion to submit it to pkgsrc.
I've created a separated repo on github, https://github.com/voidpin/ufetch-netbsd just for this and if you guys find it's interesting to anyone else, please feel free to use/package it.
Best Regards,
Pedro
P.S./EDIT: It requires the user to have pkgin set-up as it uses 'pkgin list' to fetch the number of packages installed.