Implement shellcomp
Command line (aka tab) completion is popular in the Unix world as it helps typing speed, prevents typos and makes the shell more user-friendly.
Impementing filename completion is easy. Implementing command-specific completion like git com
Shellcomp is a proposal for a shell completion protocol.
Completion is implemented in the command about to be run: The shell run the command with a specific --tabcomplete '
No Hackers yet
This project is part of:
Hack Week 15
Activity
Comments
Be the first to comment!
Similar Projects