From c8e1e2f42a5d5fb628eaa48e889bde578deb8d33 Mon Sep 17 00:00:00 2001 From: theimpostor Date: Sat, 23 Nov 2024 11:53:30 -0600 Subject: add target clipboard argument, fixes #14 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 738d871..1f7e4f6 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,12 @@ Available Commands: version Outputs version information Flags: - -d, --device string select device (default "/dev/tty") - -h, --help help for osc - -l, --log string write logs to file - -t, --timeout float tty read timeout in seconds (default 5) - -v, --verbose verbose logging + -c, --clipboard string target clipboard, can be empty or one or more of c, p, q, s, or 0-7 (default "c") + -d, --device string use specific tty device + -h, --help help for osc + -l, --log string write logs to file + -t, --timeout float tty read timeout in seconds (default 5) + -v, --verbose verbose logging Use "osc [command] --help" for more information about a command. ``` -- cgit v1.2.3