copier icon indicating copy to clipboard operation
copier copied to clipboard

Autocomplete for command line

Open pykong opened this issue 5 years ago • 2 comments

Support autocompletion for command line. Like completing paths and options.

  • Bash
  • Fish
  • Zsh
  • PowerShell
  • MacShell
  • ...

TODO:

  • [ ] How complicated could this be?
  • [ ] Is there any library helping to bring autocompletion to many different shells?

pykong avatar Nov 18 '19 15:11 pykong

@Yajo can plumbum provide autocompletion?

pykong avatar Feb 27 '20 12:02 pykong

I think it has something but never tested it: https://plumbum.readthedocs.io/en/latest/_modules/plumbum/cli/application.html#Application.autocomplete

I guess this should be fixed in plumbum if missing, so all plumbum apps have the same feature for the same effort.

yajo avatar Feb 27 '20 13:02 yajo