Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sctech-tr/scfetch
minimal fetch program written in python for linux, mac and windows.
https://github.com/sctech-tr/scfetch
betterfetch fetch hyfetch neofetch pip py python python-script python3
Last synced: 8 days ago
JSON representation
minimal fetch program written in python for linux, mac and windows.
- Host: GitHub
- URL: https://github.com/sctech-tr/scfetch
- Owner: sctech-tr
- License: mit
- Created: 2024-11-12T07:37:25.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T10:13:51.000Z (about 2 months ago)
- Last Synced: 2025-01-20T20:53:15.913Z (12 days ago)
- Topics: betterfetch, fetch, hyfetch, neofetch, pip, py, python, python-script, python3
- Language: Python
- Homepage: https://pypi.org/project/scfetch/
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - scfetch - the ultimate successor to neofetch and betterfetch. runs on windows, linux and macOS `Python` (Operation System / Cross Platform)
README
# scfetch
minimal fetch program written in python for linux, mac and windows.
## installation
for latest release:
```bash
pip install scfetch
```
for latest commit:
```bash
pip install git+https://github.com/sctech-tr/scfetch.git
```
## usage
```bash
scfetch
```
## what does it show
- os logo (win, mac, linux)
- os
- host
- kernel
- uptime
- arch
- shell
- resolution
- cpu
- gpu
- ram
- de/wm
- battery
- disk usage
- python version
- locale
- private ip
- public ip
- mac address
- colored bar to identify terminal colors
## args
- `--color`: specify the theme color. available colors: red, green, yellow, blue, magenta, cyan, white
example:
```bash
scfetch --color red
```
## config
define custom theme colors in `~/.config/scfetch.json` (`~/scfetch.json` for windows)
available colors: red, green, yellow, blue, magenta, cyan, white
```json
{"color": "cyan"}
```
## public todo
- [x] add parameters for colors
- [ ] add parameters for ascii art
- [ ] update detection (get via pip)
- [x] distro ascii art (low priority)