A command-line tool to display system information written in Node.
Installation:
npm install -g sysi
sysi can be customized by editing the JSON configuration file located in the directory where sysi was installed in. Configuration:
Main Settings
- seperator - string
- suffix - string
- title - boolean
- titleColor - string
- primaryColor - string
- secondaryColor - string
- seperatorColor - string
- suffixColor - string
- seperatorLength - number
All parts can be turned off by either removing them from the JSON configuration or by setting the "enabled" property to false. Parts
- 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