1.0.1 • Published 1 year ago

window-active-v1 v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

get-windows

Get metadata about the active window and open windows (title, isActive, tabName etc)

Works on macOS , Linux , and Windows .

Install

npm i window-active-v1

Usage

const win_active = require('window-active-v1')
console.log(win_active);
/*
 [{
    title: 'index.js - test - Visual Studio Code',
    isActive: true,
    tabName: 'index.js'
  },]
*/
1.0.1

1 year ago

1.0.0

1 year ago