Skip to content

wick3dr0se/sysfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sysfetch

A super tiny system information fetch script written in BASH


Installation

Download sysfetch

git clone https://github.com/wick3dr0se/sysfetch; cd ${_##*/}

Install to $PATH (optional)

cp sysfetch /usr/bin/local/

Usage

Execute script from within downloaded directory

./sysfetch

Or with BASH

bash sysfetch

Otherwise execute sysfetch from anywhere if it's in $PATH

sysfetch

Sysfetch can be executed in an infinite loop, with a delay, live updating the output every N seconds

sysfetch <N>

Press Ctrl+C or close terminal to kill the script


Contributing

Make a change; Submit that bitch with a relevant message, e.g. git commit -m 'issus fix #3'