1.0.9 • Published 3 years ago

get-open-apps v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

get-open-apps

This is a node.js package for getting the names and paths of the apps the user is currently running.

const getOpenApps = require('get-open-apps');
let appsOpen = await getOpenApps();
log(appsOpen);

Returns an array like this:

[
  Telegram: "/Applications/Telegram.app",
  Atom: "/Applications/Atom.app",
  Terminal: "/Applications/Utilities/Terminal.app",
  Splice: "/Applications/Splice.app",
  Flux: "/Applications/Flux.app"
]

Doesn't work on Windows!

Tip me!

If you appreciate this project and the work I've done so far please tip me! Any amount is accepted. Thank you :)

Patreon: https://www.patreon.com/qashto
Paypal: https://www.paypal.me/qashto/5

1.0.9

3 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago