> For the complete documentation index, see [llms.txt](https://wiki.stojanow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stojanow.com/tools/cli/fish.md).

# fish

[fish](https://fishshell.com/) is a smart and user-friendly command line shell. [Try it in the browser](https://rootnroll.com/d/fish-shell/).

I use [fisher](https://github.com/jorgebucaran/fisher) to manage packages, because it [uses a clean package structure](https://github.com/jorgebucaran/fisher/issues/481).

### Some packages I use:

* [tide](https://github.com/IlanCosman/tide) 🌊 rhe ultimate Fish prompt.
* [z](https://github.com/jethrokuan/z) enables you to jump to the directory in mind.
* [Bass](https://github.com/edc/bass) use utilities written for Bash in fish shell.
* [Fzf](https://github.com/jethrokuan/fzf) integrate fzf functionality into fish.
* [pisces](https://github.com/laughedelic/pisces) helps you to work with paired symbols in the command line.
* [nvm.fish](https://github.com/jorgebucaran/nvm.fish) Node.js version manager.
* [fish-ssh-agent](https://github.com/danhper/fish-ssh-agent) start your ssh agent.
* [fish-colored-man](https://github.com/decors/fish-colored-man) color-enabled man pages.
* [dracula/fish](https://github.com/dracula/fish) dracula 🧛 theme.
* [done](https://github.com/franciscolourenco/done) automatically receive notifications when long processes finish.

## Links

* [Tutorial](https://fishshell.com/docs/current/tutorial.html) and [Documentation](https://fishshell.com/docs/current/index.html).
* [The Fish Shell](https://flaviocopes.com/fish-shell/) - a user introduction to the fish shell by Flavio Copes.
* [Awesome Fish](https://github.com/jorgebucaran/awesome-fish) - a curated list of packages, prompts, and resources for the amazing fish shell.
* [The Fish Cookbook](https://github.com/jorgebucaran/fish-cookbook) - tips and recipes for fish, from shell to plate.
* [The fish Shell](https://mvolkmann.github.io/fish-article/) by Mark Volkmann


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.stojanow.com/tools/cli/fish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
