puf17640 / sysi

A command-line tool to display system information πŸ’»πŸ› 

Home Page:https://pufler.dev/sysi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sysi

A command-line tool to display system information written in Node.

Installation:

npm install -g sysi

Configuration:

sysi can be customized by editing the JSON configuration file located in the directory where sysi was installed in.

Main Settings

  • seperator - string
  • suffix - string
  • title - boolean
  • titleColor - string
  • primaryColor - string
  • secondaryColor - string
  • seperatorColor - string
  • suffixColor - string
  • seperatorLength - number

Parts

All parts can be turned off by either removing them from the JSON configuration or by setting the "enabled" property to false.
  • os
    • enabled - boolean
    • version - boolean
    • arch - boolean
  • cpu
    • enabled - boolean
    • cores - boolean
    • speed - boolean
    • temp - boolean
  • uptime
    • enabled - boolean
  • gpu
    • enabled - boolean
    • vram - boolean
  • memory
    • enabled - boolean
    • percent - boolean
  • display
    • enabled - boolean
    • mainOnly - boolean
  • proc
    • enabled - boolean
  • battery
    • enabled - boolean
    • timeRemaining - boolean
  • ping
    • enabled - boolean
  • publicIp
    • enabled - boolean
  • net
    • enabled - boolean
    • noLocal - boolean
  • shell
    • enabled - boolean
  • users
    • enabled - boolean
  • cpuLoad
    • enabled - boolean

About

A command-line tool to display system information πŸ’»πŸ› 

https://pufler.dev/sysi

License:MIT License


Languages

Language:JavaScript 100.0%