github aquaproj/aqua v1.11.0-2

latest releases: v2.29.0, v2.29.0-1, v2.28.1...
pre-release23 months ago

Pull Requests | Issues | v1.11.0-1...v1.11.0-2

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

e.g.

$ 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

Don't miss a new aqua release

NewReleases is sending notifications on new releases.