Skip to content

Customizable system information fetching tool written in C for Linux systems. Features CMake for build automation and GitHub Actions CI/CD.

License

Notifications You must be signed in to change notification settings

siddhp1/Sysgrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sysgrab

Sysgrab is a lightweight and customizable system information tool for fetching and displaying system details such as OS, architecture, CPU, memory, and more in the terminal.

Thumbnail Image of Sysgrab

Users can configure Sysgrab's colors, the ordering of datpoints and add ASCII art of their choice by editing the configuration files.

Sysgrab is compatible with all Linux distributions.

Installation

To install Sysgrab, follow these steps:

  1. Download the latest release:

    Download the latest version of sysgrab-release.zip from the releases page and extract it.

  2. Add Sysgrab to your PATH:

    Add the extracted directory to your system PATH to make sysgrab accessible from anywhere in the terminal.

    Add this line to your shell configuration to make the change persistent:

    export PATH=$PATH:/path/to/sysgrab-directory

Usage

Run Sysgrab with the following command:

sysgrab [OPTIONS]

Options:

  (no option)                   Display system information
  -h, --help                    Show a help message and exit
  -v, --version                 Display version information and exit
  -d, --delete-logs             Delete logs

Configuration

To configure Sysgrab, follow these steps:

  1. Configure colors and data ordering:

    To configure the colors and ordering, edit the config.yaml file.

  2. Add art:

    To configure the art, create a text file with ASCII art, and put the file name in the config.yaml file.

License

This project is licensed under the MIT License.

About

Customizable system information fetching tool written in C for Linux systems. Features CMake for build automation and GitHub Actions CI/CD.

Resources

License

Stars

Watchers

Forks