Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)