Score:0

There is a way to run an action in klipper showing the terminal?

by flag

I'm using Kubuntu 21.04 and I had set the following action in klipper

youtube-dl %s

It works as expected: if I have the direction of a youtube video in the clipboard it download it, however the action happens silently. I want to know if there is a way to show the terminal when calling this action to see the progress of the download.

Score:1
cn flag

To see a terminal showing the action, you will need to launch the command in a virtual console. For the Konsole terminal emulator, following action may work:

konsole --noclose -e youtube-dl %s

The --noclose option ensures that the window remains open after the youtube-dl command has finished. You could leave that option out if you prefer just to see the download starting, and prefer that terminal window to automatically be closed.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.