Speed-up bash target auto-complete.
authorHadi Moshayedi <hadi@moshayedi.net>
Sat, 31 Oct 2015 10:13:33 +0000 (06:13 -0400)
committerHadi Moshayedi <hadi@moshayedi.net>
Sat, 31 Oct 2015 10:13:33 +0000 (06:13 -0400)
commitfc135c456d1ba2a39dfb5efe5004102168bef856
treec37ce4267fddcb93dafb3648e5ff01edccaf8dcf
parent083b6b040681ec3d8ec3cd40f20406b9e6ec8d56
Speed-up bash target auto-complete.

These speed-ups include:

* Let compgen do the command substitution. Similar to
  https://lists.gnu.org/archive/html/bug-bash/2012-03/msg00115.html
* Use "cut" instead of "awk" for separating fields.
misc/bash-completion