nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

Apply escaping space when create filtered completions #17

Closed LXZE closed 2 years ago

LXZE commented 2 years ago

Fix #15 by adding backslash before each whitespace

screenshot

nuta commented 2 years ago

Merged. Thanks!