App-Cmd icon indicating copy to clipboard operation
App-Cmd copied to clipboard

Command completion (with <tab>)

Open nichtich opened this issue 10 years ago • 2 comments

App::Cmd should support creation of a autocomplete file to put into /etc/bash_completion.d. Once you have autocompletion for a command you'll wonder why you wasted you time before, typing the same long command names over and over again.

nichtich avatar Dec 17 '13 09:12 nichtich

See Complete::Util for an utility module to implement this.

nichtich avatar Jun 30 '14 15:06 nichtich

There is also Getopt::Long::Complete

nichtich avatar Mar 02 '15 13:03 nichtich