A utility program that enables clipboard copying using OSC52 escape sequences. Supports both file input and stdin piping for terminal-based clipboard operations.
just installCopy file contents to clipboard:
just run filename.txtCopy from stdin:
echo "hello world" | just runBuild the project:
just buildRun tests and linting:
just devView all available commands:
justThis project is licensed under the MIT License - see LICENSE file for details.