You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we had a way to specify that <FS@fish> ::= {{{ string split ' ' --fields 3 </proc/mounts | sort --unique }}} always matches \w+, it would be possible to complete <FS>[,<FS>]....
If we had a way to specify that
<FS@fish> ::= {{{ string split ' ' --fields 3 </proc/mounts | sort --unique }}}
always matches\w+
, it would be possible to complete<FS>[,<FS>]...
.Working version syntax:
Such mechanism would relax the biggest restriction of current grammars -- that an external command has to occur only at a tail position.
There is no common syntax for regexes across all shells, so shell-specific ones are used instead.
Inspired by #53.
The text was updated successfully, but these errors were encountered: