Complete Versions Save

bash completion written in go + bash completion for go command

v2.1.0

9 months ago

v2.0.1-alpha.13

3 years ago

v2.0.1-alpha.12

4 years ago
  • Move install pacakge back to module root
  • Use script library for installtion

v2.0.0-alpha

4 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.

v1.2.3

4 years ago

v1.2.2

4 years ago

v1.2.1

5 years ago

v1.2.0

5 years ago

v1.1.2

5 years ago

v1.1.1

6 years ago