windows-active-process

1.1.1 • Public • Published

windows-active-process

Quickly check which app is currently in the foreground. Returns the full path.

npm install windows-active-process
const { getActiveProcessName } = require('windows-active-process')
const activeProcess = getActiveProcessName()

// For instance 'C:\Users\felixr\AppData\Local\hyper\app-1.3.1\Hyper.exe'

License

MIT, please see LICENSE for details. Copyright (c) 2017 Felix Rieseberg.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i windows-active-process

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    5.92 kB

    Total Files

    7

    Last publish

    Collaborators

    • nornagon
    • felixrieseberg