Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.26 KB

Go bash completion

this is a work in progress, still considering other ways to implement things

Initially this bash completion is based on the one removed from the go repository.

Added features

Cache of go package list

Output of "go list all std" is stored inside an environment variable, so it's on a per shell level. Having The _go_clear_cache function clears the cache if needed.

Alternatives

These are all the current alternatives I've found.