Hacker News new | ask | show | jobs
by Tekhne 5746 days ago
Actually, bash completion DOES help with long arguments or any arguments. It's true that you have to invest the time to write a completion script tailored for the commands you're interested in, but it can definitely be worth it (e.g. git completion).
1 comments

Cool, thanks for the tip!