carapace-bin icon indicating copy to clipboard operation
carapace-bin copied to clipboard

add `completers/${GOOS}` subfolders

Open rsteube opened this issue 2 years ago • 0 comments

Not all completers are applicable for each OS. Use GOOS names: https://golang.org/doc/install/source#environment go:generate and references need to be updated.

e.g.

completers/common (for all, e.g. `git`)
completers/linux
completers/darwin

rsteube avatar Sep 29 '22 13:09 rsteube