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.
- Host: GitHub
- URL: https://github.com/adityasinghvats/system-info-cli
- Owner: Adityasinghvats
- Created: 2025-04-03T17:21:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T18:01:19.000Z (6 months ago)
- Last Synced: 2025-04-10T00:10:54.361Z (6 months ago)
- Topics: cli, golang, gopsutil, tview
- Language: Go
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
- 