Skip to content

a-ia/minimal-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fetch Info Script

A minimilistic script which fetches and displays select system information, which includes OS details, kernel version, uptime, number of installed packages, and window manager information. It also displays a cute and small ASCII art of an anime girl wearing a magic wizard hat. When I feel like it I will update it with more new, original ASCII art in the future.

Features

  • OS Information: Displays the operating system name and version.
  • Kernel Information: Shows the kernel version in a short format.
  • Uptime: Provides the system uptime in hours and minutes.
  • Installed Packages: Counts the number of installed packages for various package managers.
  • Window Manager: Identifies the current window manager or desktop environment.
  • ASCII Art: Displays a cute ASCII art. Additionally you may configure ascii art of your own choice.

Usage

Prerequisites

  • Bash shell
  • Basic Linux commands (uname, uptime, awk, sed, etc.)

Running the Script

  1. Clone the Repository:

    git clone https://github.com/a-ia/minimal-fetch.git
    cd minimal-fetch/
  2. Make the Script Executable:

     chmod +x fetch.sh
  3. Run the Script:

     ~/fetch.sh

Example output

example

Contributing

I encourage you to reach out to me if you have any suggestions or constructive feedback.
Feel free to submit issues or pull requests if you have any improvements or suggestions.

About

A minimal fetch utility for linux os. See my neovim dot files in the below link!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages