fish-shell/share
Mahmoud Al-Qudsi 6c5e5d35a9 Add real completions for ./configure
This relies on the new `read --line/-L` support as an entire parser for
the output of `./configure --help`  was written in fishscript. Also
doesn't work without 72f32e6d8a7905b064680ec4b578c41dea62bf84.

The completion script is slow... a function of both the autotools
configure script itself being written in a shell script combined with a
fishscript output parser.

fish's own `./configure --help` takes around 350ms to execute, while
`__fish_parse_configure ./configure` (which runs that behind the scenes)
takes around 660ms to run, all-in-all - a not insignificant overhead.

Output can be cached (based off of ./configure hash or mtime) in the
future if this is a big deal.
2018-04-17 21:35:51 -05:00
..
completions Add real completions for ./configure 2018-04-17 21:35:51 -05:00
functions Add real completions for ./configure 2018-04-17 21:35:51 -05:00
groff
tools Use system web browser under WSL 2018-04-02 18:36:14 -05:00
__fish_build_paths.fish.in
config.fish Stop echo from swallowing passthrough arguments 2018-04-14 23:19:25 -05:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00