-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Lack of information outputted for non-linux os's. #31
Comments
😳 |
Awesome script! Not able to do a PR at the moment, but let me leave some FreeBSD commands for information that is not showed at the moment: Uptime Hostname Running kernel version: Number of Installed ports using pkg: I hope it helps. |
@yaazkal that will help, tysm! i think ill try to impl these later, probably. |
:peek:
(Also, don't forget that the focus of this project is to only use shell
builtins & reading from files, which is part of the reason there isn't that
much info shown even in the best case (ie: no GPU detection/printing))
|
I wrote the comment since all the commands used comes already with the OS. So no dependency is needed. Also, as an example (just picking one thing), why reading/searching in a file to get the memory when In FreeBSD Regards ! |
why reading/searching in a file to get the memory when sysctl also gives
that?
Even though it's cleaner & shorter, sysctl wasn't used due to being an
external command, which goes against the goal/challenge of this project
(only using things built into POSIX shell, and by extension; reading from
external files)
That also means that things like package managers/awk/sed/etc go against
the goal/challenge, even though they'd be available on every system & not
affect compatibility.
|
ok, sorry for my misunderstanding of the project and the noise. Regards ! |
No worries lol
|
Made to address the readme. It's here so that it can be motivation for others (and maybe me 😳) to resolve it.
The text was updated successfully, but these errors were encountered: