made it so i just click file and paste YouTube url
Linux is amazing
#! /usr/bin/bash
echo "Enter a url"
read a
yt-dlp -x $a
made it so i just click file and paste YouTube url
Linux is amazing
#! /usr/bin/bash
echo "Enter a url"
read a
yt-dlp -x $a
You’ve got me beat. I just have a text file with some common usage examples in it.
I do the same, for the commands I forget. Joplin is also handy for making longer notes.