Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wick3dr0se/sysfetch
- Owner: wick3dr0se
- License: gpl-3.0
- Created: 2021-11-19T18:50:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T23:51:32.000Z (7 months ago)
- Last Synced: 2024-12-31T03:09:44.077Z (11 days ago)
- Topics: bash, cpu-monitoring, fetch, shell, shell-script, system, system-information
- Language: Shell
- Homepage:
- Size: 878 KB
- Stars: 218
- Watchers: 6
- Forks: 21
- 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'`