lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
652 stars 41 forks source link

Mac compatibility #43

Closed duganchen closed 2 years ago

duganchen commented 2 years ago

This gets it working on OS X. It documents the requirement to have a gawk-flavored awk (OS X uses nawk), and checks for it.

It fixes #41