Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wick3dr0se/sysfetch

A super tiny system information fetch script written in BASH
https://github.com/wick3dr0se/sysfetch

bash cpu-monitoring fetch shell shell-script system system-information

Last synced: 4 days ago
JSON representation

A super tiny system information fetch script written in BASH

Awesome Lists containing this project

README

        


Sysfetch


A super tiny system information fetch script written in BASH










## Installation
Download sysfetch

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

Install to $PATH (optional)
```bash
cp sysfetch /usr/bin/local/
```

---

## Usage
Execute script from within downloaded directory
```bash
./sysfetch
```

Or with BASH
```bash
bash sysfetch
```

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

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

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'`