Socket
Book a DemoInstallSign in
Socket

textwrench-observer

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textwrench-observer

Cross-platform (Mac/Win) library to get OS-level text selection, process it, and paste automatically.

4.33.0
latest
Source
npmnpm
Version published
Weekly downloads
13
-77.59%
Maintainers
1
Weekly downloads
 
Created
Source

text-observer

A cross-platform (Mac/Windows) library for observing OS-level text selections, processing text, updating clipboard, and automatic pasting.

🚀 Features

  • Real-time OS-level text selection observing.
  • Automatic clipboard updating and pasting.
  • Easy Node.js integration with Electron and standard Node apps.

📦 Installation

npm install text-observer

🛠 Usage

const { startSelectionObserver } = require('text-observer');

startSelectionObserver((selection, paste) => {
  console.log('Text selected:', selection.text);

  const processedText = selection.text.toUpperCase();
  paste(processedText);
});

🖥 Supported Platforms

macOS ✅ Fully supported Windows 🟡 Coming soon

Keywords

electron

FAQs

Package last updated on 01 Aug 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.