https://github.com/brenordv/go-list-processes-windows
This application was made as a way to list the processes running in a Windows system. At some point I will add a functionality to filter the processes found by name, but for now it only lists all running processes and prints them.
https://github.com/brenordv/go-list-processes-windows
Last synced: 3 months ago
JSON representation
This application was made as a way to list the processes running in a Windows system. At some point I will add a functionality to filter the processes found by name, but for now it only lists all running processes and prints them.
- Host: GitHub
- URL: https://github.com/brenordv/go-list-processes-windows
- Owner: brenordv
- Created: 2021-10-29T12:14:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T12:26:27.000Z (over 3 years ago)
- Last Synced: 2025-01-20T08:13:06.960Z (5 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go List Processes
This application was made as a way to list the processes running in a Windows system.
At some point I will add a functionality to filter the processes found by name,
but for now it only lists all running processes and prints them.Under the hood, this application uses ```tasklist``` in the command prompt.
# How to use
Run the application. No configuration or command line parameters needed.
```shell
go-list-prc.exe
```