https://github.com/linuxlawson/gretch
Displays Linux Mint Info in Terminal
https://github.com/linuxlawson/gretch
bash gretch linux mint script shell system-information-gathering terminal
Last synced: 8 months ago
JSON representation
Displays Linux Mint Info in Terminal
- Host: GitHub
- URL: https://github.com/linuxlawson/gretch
- Owner: linuxlawson
- License: mit
- Created: 2025-06-11T06:38:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T01:20:15.000Z (8 months ago)
- Last Synced: 2025-06-20T02:26:41.285Z (8 months ago)
- Topics: bash, gretch, linux, mint, script, shell, system-information-gathering, terminal
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## gretch
Shell script made for Linux Mint.
Can be run from your terminal to display your systems information.
Displayed information includes:
OS
Version
DE
Kernel
Uptime
Shell
WM
WM Theme
Resolution
Packages
CPU
GPU
If any problems with display:
tr (translate) was used for deleting characters in output,
mostly parenthesis ( ), brackets [ ], and single quotes ' '.
The cut command was also used to delete certain characters from output.
In printf, %-5s is used for spacing between printf and output.
Adjust accordingly if need be.
**Optional***
This can run everytime you open your terminal by placing the path (or alias) to program at the end of the .bashrc file.
**Note:** Any info not wanted and/or needed to be displayed can be commented out in code.