Quantcast
Channel: Bash: programmatically output text to cursor? - Ask Ubuntu
Browsing all 2 articles
Browse latest View live

Answer by vanadium for Bash: programmatically output text to cursor?

To programatically output text at the cursor, one can use keyboard simulation tools. These tools send keystrokes to an application.xdotool type "$(xclip -o)" may indeed appear to be a way to make it...

View Article


Bash: programmatically output text to cursor?

I'm trying to cook up a script to use OpenAI's Whisper as a speech-to-text. The basic idea is I press some key combination, it starts recording to an audio file somewhere, I stop it, it analyzes the...

View Article
Browsing all 2 articles
Browse latest View live