Skip to content

Minimal system information tool written in pure shell script.

Notifications You must be signed in to change notification settings

CatMeowByte/catfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

catfetch

catfetch is a minimal system information tool written in pure shell script. It provides basic system details without any arguments or options. There are no ASCII graphics.

screenshot

Installation

  1. Make the script executable:

    chmod +x catfetch
  2. Copy it to any directory in your PATH. The recommended location is ~/.local/bin:

    cp catfetch ~/.local/bin/
  3. Ensure the directory is in your PATH. If not, add the following to your shell configuration file:

    export PATH="$HOME/.local/bin:$PATH"

Usage

Run:

catfetch

This project is licensed under WTFPL.

This project follows the HGG.

About

Minimal system information tool written in pure shell script.

Topics

Resources

Stars

Watchers

Forks

Languages