Skip to content

Latest commit

 

History

History
53 lines (53 loc) · 1 KB

README.md

File metadata and controls

53 lines (53 loc) · 1 KB

scfetch

minimal fetch program written in python for linux, mac and windows.

installation

for latest release:

pip install scfetch

for latest commit:

pip install git+https://github.com/sctech-tr/scfetch.git

usage

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:
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

{"color": "cyan"}

public todo

  • add parameters for colors
  • add parameters for ascii art
  • update detection (get via pip)
  • distro ascii art (low priority)