Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ancientlore/plist
Windows process list
https://github.com/ancientlore/plist
c-plus-plus process-list windows
Last synced: about 2 months ago
JSON representation
Windows process list
- Host: GitHub
- URL: https://github.com/ancientlore/plist
- Owner: ancientlore
- License: mit
- Created: 2012-01-25T13:02:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-25T16:42:37.000Z (almost 13 years ago)
- Last Synced: 2023-03-22T12:30:18.999Z (almost 2 years ago)
- Topics: c-plus-plus, process-list, windows
- Language: C++
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
plist
=====plist is a simple program that uses the process status API to list currently running processes. plist will show the full path to a running executable, and has basic filtering so that you can search for specific processes. It returns values to the command shell that can be used to test whether a process is running.
Download
--------plist is packaged in a zip file. Unzip it and put it anywhere you like; it has no dependencies.
[Download plist](https://github.com/downloads/ancientlore/plist/plist.zip)
Documentation
-------------plist is relatively straightforward to use. Type `plist /?` for instructions.