Skip to content

v2.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 14:51
· 498 commits to main since this release
v2.29.0
9ff6537

Pull Requests | Issues | v2.28.1...v2.29.0

Features

#2929 Support fish completion

Added a sub command aqua completion fish, which outputs scripts for fish completion

You can source the output to enable the completion.

aqua completion fish | source

Or you can write the output to a file.

https://fishshell.com/docs/current/completions.html#where-to-put-completions

aqua completion fish > ~/.config/fish/completions/aqua.fish