@gifyourgame/fastlist
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

gyg-fastlist

Installation

gyg-fastlist is currently only supported on Windows.

npm install git+https://github.com/bad-panda/node-fastlist.git
yarn add https://github.com/bad-panda/node-fastlist.git

Usage

const fastlist = require("@gifyourgame/fastlist");

for (const process of fastlist.getProcessList()) {
    console.log(`${monitor}`);
}

Docs

  • getProcessList()

    Gets a list of the current connected monitors.
    • Return value

      An array of json dumped String containing the process name, PID, and parent PID. Ex. {"name":"winlogon.exe","parentPid":772,"pid":944}, {"name":"wlanext.exe","parentPid":684,"pid":5424}

Readme

Keywords

none

Package Sidebar

Install

npm i @gifyourgame/fastlist

Weekly Downloads

4

Version

0.1.3

License

MIT

Unpacked Size

837 kB

Total Files

8

Last publish

Collaborators

  • andrewchae
  • kcoltongyg
  • djardine
  • chrisdinh
  • ronlad