https://github.com/lazypwny751/gdirel
Get distribution information, like lsb_release
https://github.com/lazypwny751/gdirel
distro information-tool posix-shell script system-information
Last synced: 5 months ago
JSON representation
Get distribution information, like lsb_release
- Host: GitHub
- URL: https://github.com/lazypwny751/gdirel
- Owner: lazypwny751
- License: gpl-3.0
- Created: 2024-03-24T15:17:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T22:07:42.000Z (over 2 years ago)
- Last Synced: 2024-12-30T19:59:10.651Z (over 1 year ago)
- Topics: distro, information-tool, posix-shell, script, system-information
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GDIREL
Get distribution information, like lsb_release
## Description.
Low requirements utility tool that provides basic information about distribution, is like lsb_release.
## Installation.
```sh
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](https://choosealicense.com/licenses/gpl-3.0/)