1.0.1 • Published 1 year ago
window-active-v1 v1.0.1
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'
},]
*/