https://github.com/Justus0405/bfetch
🔎 Another System information script for Linux written in bash
https://github.com/Justus0405/bfetch
bash bash-script bash-scripting monitor monitoring monitoring-scripts monitoring-tool script
Last synced: 15 days ago
JSON representation
🔎 Another System information script for Linux written in bash
- Host: GitHub
- URL: https://github.com/Justus0405/bfetch
- Owner: Justus0405
- License: mit
- Created: 2024-07-11T15:48:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-10T12:27:16.000Z (15 days ago)
- Last Synced: 2025-05-10T13:34:19.757Z (15 days ago)
- Topics: bash, bash-script, bash-scripting, monitor, monitoring, monitoring-scripts, monitoring-tool, script
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfetch
Another System information script for Linux written in bash
> [!NOTE]
> You need to have some kind of NerdFont installed
> for the symbols to display properly!## Installation
1. Clone the repository:
```shell
git clone https://github.com/Justus0405/bfetch.git
```2. Navigate to the directory:
```shell
cd bfetch
```3. Run the script:
```shell
./bfetch
```## Usage
```plaintext
usage: bfetch [...]
arguments:
-s | --system
-t | --temps
-h | --help```
#
Copyright © 2024-present Justus0405