2.2.10 • Published 9 months ago

winpeek v2.2.10

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

winpeek

A Node.js native module that allows you to get the name of the window you currently have in focus.

Installation

You can install winpeek via npm by running:

npm install winpeek

Usage

import { getActiveWindow } from 'winpeek'

const activeWindowName = getActiveWindow();
if (activeWindowName) {
  console.log(`Active window: ${activeWindowName}`);
} else {
  console.log('No active window found');
}

Methods

getActiveWindow()

  • Returns the name of the active window as a string. If no window is active, or if the window is hidden or cloaked, it returns null.

Compatibility

  • Windows: This addon is designed to work on both 32-bit and 64-bit windows platforms.
2.2.10

9 months ago

2.2.9

9 months ago

2.2.8

9 months ago

2.2.7

9 months ago

2.2.6

9 months ago

2.2.5

9 months ago

2.2.4

9 months ago

2.2.3

9 months ago

2.2.2

9 months ago

2.2.1

9 months ago

2.2.0

9 months ago

2.1.15

9 months ago

2.1.14

9 months ago

2.1.13

9 months ago

2.1.11

9 months ago

2.1.10

9 months ago

2.1.9

9 months ago

2.1.8

9 months ago

2.1.7

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.15

10 months ago

2.0.14

10 months ago

2.0.13

10 months ago

2.0.12

10 months ago

2.0.11

10 months ago

2.0.10

10 months ago

2.0.9

10 months ago

2.0.8

10 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago