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

https://github.com/adityasinghvats/system-info-cli

This project using Tview and Gopsutil to show you the system information of your machine.
https://github.com/adityasinghvats/system-info-cli

cli golang gopsutil tview

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```bash
mkdir systeminfo
cd systeminfo
```
- get the code
```bash
git clone https://github.com/Adityasinghvats/system-info-cli.git
```
- get dependencies
```bash
go mod tidy
```
- run the code
```bash
go build main.go
./main
```
- ![Screenshot 2025-04-03 232941](https://github.com/user-attachments/assets/5777ea76-2450-4534-b167-97ff809d1b42)