Content deleted Content added
Hellavapid (talk | contribs) m minor changes to grammar and addition of links |
LTPlays5040 (talk | contribs) |
||
Line 28:
Fish has [[incremental search|search as you type]] [[Comparison of command shells#Automatic suggestions|automatic suggestions]] based on history and current directory. This is essentially like Bash's {{keypress|Ctrl|R}} history search, but because it is always on instead of being a separate mode, the user gets continuous feedback while writing the command line, and can select suggestions with the arrow keys, or as in Bash, press {{keypress|tab}} for a tab completion instead. [[command-line completion|Tab-completion]] is feature-rich and has expanding file paths (with [[wildcard character|wildcard]]s and [[Bash (Unix shell)#Brace expansion|brace expansion]]), variables, and many command specific completions. Command-specific completions, including options with descriptions, can to some extent be generated from the commands' [[man page|man pages]].
==Syntax==
|