stash-cli 0.8.1

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
18
# Bash Completion

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

For a manual install, generate the completion file:

```bash
mkdir -p ~/.local/share/bash-completion/completions
stash-completion bash > ~/.local/share/bash-completion/completions/stash
```

Make sure your shell loads `bash-completion`. On many systems this already
happens automatically for interactive shells.

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