summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2024-11-23 11:53:30 -0600
committertheimpostor <sahirhoda@gmail.com>2024-11-23 11:53:30 -0600
commitc8e1e2f42a5d5fb628eaa48e889bde578deb8d33 (patch)
tree11b584bb3c69c86d1746fe8963c1695ce20b6a82 /README.md
parentd8bb64e15c3041148e2a6fc92749a5346c47818c (diff)
add target clipboard argument, fixes #14
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
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.
```