diff options
| author | theimpostor <sahirhoda@gmail.com> | 2024-11-23 11:53:30 -0600 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2024-11-23 11:53:30 -0600 |
| commit | c8e1e2f42a5d5fb628eaa48e889bde578deb8d33 (patch) | |
| tree | 11b584bb3c69c86d1746fe8963c1695ce20b6a82 /README.md | |
| parent | d8bb64e15c3041148e2a6fc92749a5346c47818c (diff) | |
add target clipboard argument, fixes #14
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. ``` |
