lazypwny751 / gdirel

Get distribution information, like lsb_release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDIREL

Get distribution information, like lsb_release

Description.

Low requirements utility tool that provides basic information about distribution, is like lsb_release.

Installation.

git clone https://github.com/lazypwny751/gdirel.git && cd "gdirel"
sudo make all && sudo make clean

Usage.

gdirel.sh usage:
	-k	print current kernel release.
	-o	print distribution name.
	-m	print current/native package manager name.
	-n	how many packages are installed with current/native package manager.
	-d	print current desktop environment or window manager.
	-p	print processor model.
	-c	print the cpu have how many cores.
	-a	print all informations above.
	-v	print with verbose "add header like (any: x)".
	-h	print this screen.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3

About

Get distribution information, like lsb_release

License:GNU General Public License v3.0


Languages

Language:Shell 83.0%Language:Roff 12.8%Language:Makefile 4.2%