We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e89907 commit 6c447dcCopy full SHA for 6c447dc
share/cht.sh.txt
@@ -301,7 +301,7 @@ EOF
301
else
302
curl -s "${CHTSH_URL}"/"$(get_query_options "$query"?T)" > "$TMP1"
303
if [ "$is_macos" != yes ]; then
304
- xsel -i < "$TMP1"
+ xsel -bi < "$TMP1"
305
306
cat "$TMP1" | pbcopy
307
fi
@@ -320,7 +320,7 @@ EOF
320
321
curl -s "${CHTSH_URL}"/"$(get_query_options "$query"?TQ)" > "$TMP1"
322
323
324
325
326
0 commit comments