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: 9 months ago
JSON representation
A super tiny system information fetch script written in BASH
- Host: GitHub
- URL: https://github.com/wick3dr0se/sysfetch
- Owner: wick3dr0se
- License: gpl-3.0
- Created: 2021-11-19T18:50:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T23:51:32.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:06:45.769Z (9 months ago)
- Topics: bash, cpu-monitoring, fetch, shell, shell-script, system, system-information
- Language: Shell
- Homepage:
- Size: 878 KB
- Stars: 220
- Watchers: 6
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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'`
