Skip to content

A utility program that enables clipboard copying using OSC52 escape sequences

License

trevorbernard/termcopy

Repository files navigation

termcopy

CI

A utility program that enables clipboard copying using OSC52 escape sequences. Supports both file input and stdin piping for terminal-based clipboard operations.

Usage

Installation

just install

Running the Program

Copy file contents to clipboard:

just run filename.txt

Copy from stdin:

echo "hello world" | just run

Development

Build the project:

just build

Run tests and linting:

just dev

View all available commands:

just

License

This project is licensed under the MIT License - see LICENSE file for details.

About

A utility program that enables clipboard copying using OSC52 escape sequences

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published