zsh補完システムの結果をフォーマットするのは通常比較的簡単です。例:
zstyle ':completion:*:warnings' format ' %F{red}-- no matches found --%f'
対話型メニューモード(例zstyle ':completion:*' menu select interactive
)を使用する場合、端末メニューに追加の行が追加されます。
> cd searchstring
interactive: searchstring[] <-- this one!
--- the results
行をフォーマットすることは可能ですか?考えられるすべての標準タグを使用してinteractive: searchstring[]
上記のコマンドを変更してみましたが、どれも機能しないようです。zstyle format
これは可能ですか?