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.
2 parents d509ad6 + 7540ba5 commit bae856bCopy full SHA for bae856b
share/cht.sh.txt
@@ -559,7 +559,7 @@ cmd_cd() {
559
}
560
561
cmd_copy() {
562
- if [ -z "$DISPLAY" ]; then
+ if [ -z "$DISPLAY" ] && [ "$is_macos" != yes ]; then
563
echo copy: supported only in the Desktop version
564
elif [ -z "$input" ]; then
565
echo copy: Make at least one query first.
@@ -579,7 +579,7 @@ cmd_copy() {
579
580
581
cmd_ccopy() {
582
583
584
585
0 commit comments