Closed fhaftmann closed 5 days ago
This feature request is meant as a starting point for discussion how to deal with command line completion in general.
If there is an inclination to go into the direction I have sketched, I am willing to contribute.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Is your feature request related to a problem? Please describe
Command line completion is extremely helpful to master the complexity of tools.
IMHO it is best to install command line completion (if available) alongside the tool itself, instead of burdening the user to fill her home with generated command completions manually.
Describe the proposed solution
An example how this can be accomplished can be found at
https://github.com/fhaftmann/wakemeops/commit/c8c6049be950a57544599c74817b1a896550c4d9
The command line completion is installed in the system context with no intervention by the user necessary.