Skip to content

sadolit/textractor-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textractor_websocket

Summary

A plugin for Textractor written in Rust that opens a WebSocket and sends captured text to all connected clients.

Tested in Wine.

screenshot

Build

# This builds both executable for testing and dynamic library
cargo build

Installation

Copy compiled .dll to the Textractor directory and add it in the Extensions page.

Usage

After installing the plugin, it will automatically start a server at ws://0.0.0.0:6677

Note
Webserver starts lazily and ignores first two buffers, viz. Clipboard and Console. That means that you will have to select a buffer you wish to and capture at least one line to start the server.

You will also need a UI, here is an example you can use: Example