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

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.

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
```