complete

bash completion written in go + bash completion for go command

MIT License

Stars
928
Committers
16

Bot releases are hidden (Show)

complete - Switch to Go 1.20 errors package Latest Release

Published by posener over 1 year ago

complete -

Published by posener almost 4 years ago

complete - Update module import path to v2

Published by posener almost 5 years ago

  • Move install pacakge back to module root
  • Use script library for installtion
complete - Complete v2

Published by posener almost 5 years ago

This is a major change in the package.
I saw that major clients are using go modules, so for them this transition should be transparent.
This change provides:

  • Improved completion logic, from completion order to treating quotes and spaces.
  • Expose the Completer interface, which enables any CLI library to use this completion implementation.
  • Simplify and improve library API.
  • Add automatic flag bash completion for the standard library flag package.
  • Add ./compflag pacakge, which provides standard library flags with bash completion enables.
complete -

Published by posener almost 5 years ago

complete - Fix complete error

Published by posener almost 5 years ago

complete -

Published by posener almost 6 years ago

complete - Add support for COMP_POINT

Published by posener about 6 years ago

complete - v1.1.2

Published by posener about 6 years ago

complete - Fix file creation when directory does not exists

Published by posener over 6 years ago

complete - V1.1

Published by posener almost 7 years ago

  • Add support to equal sign in flags
  • Predictor implementation no longer needs to iterate and match.Prefix every option.
complete - First Release

Published by posener almost 7 years ago