Possible to use an alias to print a partial command after the prompt, in order to complete manually?

Then all you need is an alias (maybe put in .bashrc).

alias gimme='youtube-dl -options 1 2 3'

Then you do

gimme URL.com/87696
1 Like