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.
Enhancement - option to ask for passwords interactively (to avoid passwords getting into history files, etc) #4723
Comments
|
If you don't provide a password but only a username with |
|
Brillant!! I'd humbly suggest updating the docs ( Regards |
Hi!
Unless I'm mistaken, when downloading a video that requires user/password authentication, there is no option to have the program ask for the password interactively instead of having to provide it on the command line.
In many other utilities, there is either a different switch to have the program ask for the password, (-P maybe?) or when the password provided is some special char (normally "*") then the first thing the program does is ask for the password.
The idea is to avoid getting the password into all kind of logs and places that track programs invoked, etc such as the history file, completion buffers, etc...