↧
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 ArticleBash: 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
More Pages to Explore .....