window-active-v1
v1.0.1
Published
This is a package for accessing active windows in windows, mac and linux operating systems
Downloads
4
Readme
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'
},]
*/