0.1.4 • Published 7 years ago

active-window-es6 v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

active-window-es6

Cross-platform node.js ES6 library that retrives Active Window data Unstable

Compatible with Linux, Windows 7 + , OSX;

Usage

import getActiveWindow from 'active-window-es6';

getActiveWindow().then((window)=>{
  console.log("App: " + window.app);
  console.log("Title: " + window.title);
})

##Tested on

  • Linux
    • Ubuntu 16.04

##TODO

  • Test in more OS and GUIs.

License

MIT

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago