Re: [PATCH] bash completion: Hide more plumbing commands
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:45:14
Petr Baudis [off-list ref] writes:
git <tab><tab> still shows way too many commands, some of them are clearly plumbing. This patch hides the plumbing commands liberally (that is, in special cases, users still might want to call one of the hidden commands, a *normal* workflow should never involve these, though - and if it does, we have a UI problem anyway).
Is it possible to have the completion not show them by default, but fall back to them if no other completion is found? -- Matthieu