Skip to content

felixrieseberg/windows-active-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check which process is currently in the foreground (focused / active)

Resources

License

Stars

Watchers

Forks

Packages

No packages published