Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10575

Sending text to windows clipboard with iOS shortcuts

$
0
0

The command interacting with the clipboard:

echo <text> | clip 

In the ios shortcut app, i try to do this remotely with the "run script over ssh" command block, but nothing is appended to the windows clipboard when the shortcut script is ran

The echo clip command works on a local cmd console

can be sure that the ssh connection is up and the ssh ios shortcut works with some other command

The windows version is Win11 pro 23H2

Thanks


Viewing all articles
Browse latest Browse all 10575

Trending Articles