Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Create a bash-completion for youtube-dl #191
Comments
|
Forgive my ignorance, could you explain the bash completion. I know if I don't know what you are talking about I shouldn't worry about it but I'm just curious. |
|
@MK3IcebergSlim Basically, bash (or any other shell) completion allows you to enter
This is just a short reminder for myself (or anyone interested) to implement the necessary script to be able to do the same with youtube-dl. Since I'm currently working on too many projects at once, it might take some time until I get to this low-priority feature. For details, refer to the wikipedia article. |
|
Gotcha |
|
I wrote a very simple bash autocomplete function for my ubuntu and placed it in my .bashrc file.
|
As the number of options is growing, contributing a bash completion would be a nice idea.