stash-cli 0.8.0

A local store for pipeline output and ad hoc file snapshots
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Fish Completion

> [!IMPORTANT]
> If you installed `stash` with Homebrew, fish completion is
> already enabled!

For a manual install, generate the completion file:

```bash
mkdir -p ~/.config/fish/completions
stash-completion fish > ~/.config/fish/completions/stash.fish
```

Fish loads completions from that directory automatically.

> [!NOTE]
> Check [scripts]../scripts/ for other integrations.