Customizable system information fetching tool for Linux systems.
Written in C, with CMake for build automation and GitHub Actions for CI/CD to GitHub Releases.
Sysgrab displays system details such as OS, architecture, CPU, memory, and more in the terminal.
Users can configure Sysgrab's colors, the ordering of data points, and add ASCII art of their choice by editing the configuration files.
Sysgrab is compatible with all Linux distributions.
-
Download the latest release:
Go to the Releases page and download
sysgrab-release.zip
and extract it. -
Add Sysgrab to your PATH:
Add the extracted directory to your system PATH to make Sysgrab accessible from any directory.
Add this line to your shell configuration to make the change persistent:
export PATH=$PATH:/path/to/sysgrab-directory
-
Configure Sysgrab:
To configure the colors and ordering, edit the
config.yaml
file located in the extracted directory.To configure the art, create a text file with ASCII art, and add the file path to the
config.yaml
file.
Run Sysgrab with the following command:
sysgrab [OPTIONS]
Options:
(no options) Display system information
-h, --help Show a help message and exit
-v, --version Display version information and exit
-d, --delete-logs Delete logs
This project is licensed under the MIT License.