Skip to content

Adityasinghvats/system-info-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang System Profiler

This project using Tview and Gopsutil to show you the system information of your machine.

  • This tool is made to work like the htop utility of linux and due to fact that it is built in Golang, it can be used across various platform.

How to use ?

  • make directory
  mkdir systeminfo
  cd systeminfo
  • get the code
git clone https://github.com/Adityasinghvats/system-info-cli.git
  • get dependencies
go mod tidy
  • run the code
go build main.go
./main
  • Screenshot 2025-04-03 232941

About

This project using Tview and Gopsutil to show you the system information of your machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages