QuickSysInfo is a Bash script that provides an interactive menu for displaying key system information, including OS details, CPU specs, memory usage, and disk space. Users can save outputs as text files or print directly, making system monitoring easy.
QuickSysInfo is a Bash script that provides an interactive menu for displaying key system information, including OS details, CPU specs, memory usage, and disk space.
- User-friendly menu interface
- Option to save output as text files
- Clone the repository.
- Make the script executable:
chmod +x sys_info_viewer.sh
Run the script with: ./sys_info_viewer.sh
Feel free to submit issues and pull requests!