Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

piezo-applescript

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piezo-applescript

Control Piezo using AppleScript

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

piezo-applescript

Control Piezo using AppleScript

Installation

$ npm install piezo-applescript

Usage

const piezo = require('piezo-applescript')

;(async () => {
  await piezo.toggleRecording()
})()

API

piezo.toggleRecording()

Starts or stops recording. Returns a Promise.

Caveats

To control Piezo, piezo-applescript simulates the Command-R keyboard shortcut since Piezo itself is not scriptable. Consequently, Piezo needs to be brought to the front every time you toggle recording. I’m hoping Rogue Amoeba will make Piezo scriptable in a future release.

Keywords

piezo

FAQs

Package last updated on 07 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts