diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index bc549ee57..6771be163 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -24,6 +24,7 @@ - How do I change the greeting message? - Why doesn't history substitution ("!$" etc.) work? - How do I uninstall fish? +- Where can I find extra tools for fish? \htmlonly[block] @@ -220,6 +221,18 @@ rm -f fish fish_indent Fish reserves the Unicode private-use character range from U+F600 thru U+F73F for internal use. Any attempt to feed characters in that range to fish will result in them being replaced by the Unicode "replacement character" U+FFFD. This includes both interactive input as well as any file read by fish (but not programs run by fish). +
+\section faq-third-party Where can I find extra tools for fish? + +The fish user community extends fish in unique and useful ways via scripts that aren't always appropriate for bundling with the fish package. Typically because they solve a niche problem unlikely to appeal to a broad audience. You can find those extensions, including prompts, themes and useful functions, in various third-party repositories. These include: + +- Fisherman +- Fundle +- Oh My Fish +- Tacklebox + +This is not an exhaustive list and the fish project has no opinion regarding the merits of the repositories listed above or the scripts found therein. We mention these only because you may find within them a solution to a need you have such as supporting the `&&` and `||` operators or improved integration with other tools that you use. + \htmlonly[block] \endhtmlonly