Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sctech-tr/betterfetch
betterfetch is a quick system information tool.
https://github.com/sctech-tr/betterfetch
bash betterfetch fetch hyfetch info neofetch neofetch-clone sh shell sysinfo system zsh
Last synced: 4 days ago
JSON representation
betterfetch is a quick system information tool.
- Host: GitHub
- URL: https://github.com/sctech-tr/betterfetch
- Owner: sctech-tr
- License: gpl-3.0
- Created: 2024-09-02T16:41:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T14:31:18.000Z (5 days ago)
- Last Synced: 2024-11-10T15:29:20.390Z (5 days ago)
- Topics: bash, betterfetch, fetch, hyfetch, info, neofetch, neofetch-clone, sh, shell, sysinfo, system, zsh
- Language: Shell
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - betterfetch - betterfetch is a quick system information tool. `Shell` (Operation System / Cross Platform)
README
# betterfetch 📜
## What's betterfetch?
betterfetch is a fetch script used to quickly show system information in terminal. it's a fork of zfetch.
## What does it show?
currently it shows these:
- a red text saying "YOU ARE ROOT!!!!" if you ran it as root
- your username and your machine name.
- your os.
- your kernel.
- machine uptime.
- terminal shell.
- desktop environment.
- terminal emulator.
- your cpu.
- your init. (e.g. systemd)
- local ip.
- 7 colored dots to identify terminal colors.
## How do I use it?
type ```betterfetch``` to run ittype ```betterfetchrc``` to edit the config file
## How do I install it?
### Linux
#### Distros that use RPM
##### recommended method:
```
sudo dnf install dnf-plugins-core
sudo dnf copr enable sctech/betterfetch
sudo dnf install betterfetch
```
##### manual method:
download the latest rpm package from the releases page.
#### Debian-based distros
download the latest deb package from the releases page.
#### Other distros
run this:
```
git clone https://github.com/sctech-tr/betterfetch.git
cd betterfetch
sudo make install
```
### Windows
install wsl and run the command above.
## How do I update it?
### Linux
#### Distros that use RPM:
##### if you used the recommended method:
run this:
```
sudo dnf update betterfetch
```
##### if you used the manual method:
download the latest rpm package from the releases page.
#### Debian-based distros
download the latest deb package from the releases page.
#### Other distros
run this:
```
rm -rf ~/betterfetch && git clone https://github.com/sctech-tr/betterfetch.git && cd betterfetch && sudo make install
```
### Windows
in wsl, run the command above.
## Will you provide a screenshot?
yes![screenshot of betterfetch](https://github.com/user-attachments/assets/d68e3062-090b-493a-aaeb-52fbc2530476)
## Why is there no logo?
whenever i added a new line, i had to improve the drawing. i don't like ascii drawing, so I removed it. if you still want a logo, use something else.
## Where are the files?
/etc/betterfetchrc - config file/etc/betterfetch-version - version file - do not delete!!
/usr/bin/betterfetch - betterfetch itself
/usr/bin/betterfetchrc - script to edit betterfetch config file