github aquaproj/aqua v1.11.0

latest releases: v2.27.3, v2.27.2, v2.27.1...
22 months ago

Pull Requests | Issues | v1.10.0...v1.11.0

Features

#856 #859 @tadayosi Support shell completion

The commands aqua completion bash and aqua completion zsh have been added.

.bashrc

if command -v aqua &> /dev/null; then source <(aqua completion bash); fi

.zshrc

if command -v aqua &> /dev/null; then source <(aqua completion zsh); fi

Bash Completion

$ aqua # Enter <Tab> Key
completion  exec        g           generate    h           help        i           init        install     list        version     which
$ aqua i  # Enter <Tab> Key
i        init     install

Zsh Completion

$ aqua # Enter <Tab> Key
completion     -- Output shell completion script for bash or zsh                                                                                                                
exec           -- Execute tool                                                                                                                                                  
generate    g  -- Search packages in registries and output the configuration interactively                                                                                      
help        h  -- Shows a list of commands or help for one command                                                                                                              
init           -- Create a configuration file if it doesn't exist                                                                                                               
install     i  -- Install tools                                                                                                                                                 
list           -- List packages in Registries                                                                                                                                   
version        -- Show version                                                                                                                                                  
which          -- Output the absolute file path of the given command
$ aqua i # Enter <Tab> Key
init        -- Create a configuration file if it doesn't exist                                                                                                                  
install  i  -- Install tools
$ aqua i - # Enter <Tab> Key
--all        --help       --only-link  --test       -a           -h           -l

⚠️ Windows Support (DON'T USE YET)

We are working on Windows Support, but it is still under development. Don't use aqua on Windows yet.

#850
https://aquaproj.github.io/docs/reference/windows-support

Don't miss a new aqua release

NewReleases is sending notifications on new releases.