zquestz / s

Open a web search in your terminal.
MIT License
2.32k stars 114 forks source link

Completion on empty invocation, and better path handling. #101

Closed paulp closed 8 years ago

paulp commented 8 years ago

_filedir (in newer bash completions) is a huge improvement on compgen -f or compgen -G because it deals correctly with spaces, ~ expansion, and .inputrc preferences. Falls back on the existing glob if _filedir is unavailable.

s <tab> ought not to be completely silent.

zquestz commented 8 years ago

This looks great. Thanks for the contribution!