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

takeamemo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

takeamemo

Take notes while you work

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

take a memo

Install

npm i -g electron takeamemo

Usage

In a terminal, run takeamemo to start the app. You'll see a small microphone icon in the taskbar.

Global shortcut Cmd+':

  • take a full desktop screenshot.
  • record the microphone until you press Cmd+' again.

Files are saved in ~/.memos, so you can record notes on what you're doing and review or share with others later.

Every event has a corresponding .png and .mp3 filename, like:

.memos/
  2017-10-25-13-40-06.mp3
  2017-10-25-13-40-06.png

Clipboard

While recording is in progress, any text or images you copy into the clipboard will also be saved in your .memos directory.

This is useful in combination with Cmd+Shift+Ctrl+3 in macos (copy selected region to the clipboard) so you can highlight certain parts of the screen while you speak.

Development

To run in dev mode:

DEVTOOLS=1 electron .

License

MIT

FAQs

Package last updated on 03 Nov 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