Ao escrever um comando com a opção -
e pressionar a guia, uma lista de possíveis conclusões com breves explicações sobre o que as opções fazem é exibida. Existe uma maneira de fazer com que essa lista também contenha a opção digitada atualmente?
Por exemplo, escrevendo grep -r
e exibindo guias
-rA (Print NUM lines of trailing context)
-ra (Process binary file as text)
-rB (Print NUM lines of leading context)
-rb (Print byte offset of matches)
…and 32 more rows
mas gostaria que fosse exibido
-r (Read files under each directory, recursively)
-rA (Print NUM lines of trailing context)
-ra (Process binary file as text)
-rB (Print NUM lines of leading context)
-rb (Print byte offset of matches)
…and 32 more rows
Felicidades,
Hassanbot
Tags fish shell options autocomplete