New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

diane

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diane

That recorder you like will come back in style

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Diane

Diane is a dictaphone-like tool that runs in your terminal. As you would expect from a dictaphone, it can record and play back the recorded audio.

The recordings are saved in a directory structure based on time:

2017
|-- February
	|-- 16th
		|-- 17.15.02.wav

It is built entirerly with javasript by abusing the fact that you can use web audio inside of electron.

Install

npm install diane -g

Before running, you need to configure where the recordings made by diane will be saved. This is done by specifying an absolute path as an env var, DIANE_PATH.

Now you can simply type $ diane in your terminal and follow the instructions.

Development

After cloning the repository and following the install instructions above, you need to do the following:

  • cd into the cloned repository.

  • Install local dependencies with npm install.

  • Link the global diane command with npm link. This will point the global command to the diane source files you're currently working on. (Undo this with npm unlink)

FAQs

Package last updated on 20 Feb 2017

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