cec completion
Add auto-completion helper to Cells Client
Synopsis
Install completion helper to Pydio Cells Client.
This command installs an additional plugin to provide suggestions when working with the Cells Client and hitting the 'tab' key.
./cec completion [flags]
Examples
1) Using Bash
# Add to current bash session:
source <(./cec completion bash)
# Debian/Ubuntu/CentOS
./cec completion bash | sudo tee /etc/bash_completion.d/cec
# macOS
./cec completion bash | tee /usr/local/etc/bash_completion.d/cec
2) Zsh
# Add to current zsh session:
source <(./cec completion zsh)
# Debian/Ubuntu/CentOS:
./cec completion zsh | sudo tee <path>/<to>/<your zsh completion folder>
# macOS
./cec completion zsh | tee /Users/<your current user>/.zsh/completion/_cec
#### You must insure the 'bash-completion' library is installed:
# Debian / Ubuntu
sudo apt install bash-completion
# RHEL / CentOS
sudo yum install bash-completion
# On MacOS (after the installation make sure to follow the instructions displayed by Homebrew)
brew install bash-completion
Options
-h, --help help for completion
Options inherited from parent commands
-c, --config string Path to the configuration file
SEE ALSO
- ./cec - Connect to a Pydio Cells server using the command line
- ./cec completion bash -
- ./cec completion zsh -