2021-11-01 16:42:05 +01:00
|
|
|
---
|
|
|
|
title: "rclone completion zsh"
|
2023-06-30 15:11:17 +02:00
|
|
|
description: "Output zsh completion script for rclone."
|
2021-11-01 16:42:05 +01:00
|
|
|
slug: rclone_completion_zsh
|
|
|
|
url: /commands/rclone_completion_zsh/
|
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/zsh/ and as part of making a release run "make commanddocs"
|
|
|
|
---
|
|
|
|
# rclone completion zsh
|
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
Output zsh completion script for rclone.
|
2021-11-01 16:42:05 +01:00
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
Generates a zsh autocompletion script for rclone.
|
2021-11-01 16:42:05 +01:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
This writes to /usr/share/zsh/vendor-completions/_rclone by default so will
|
|
|
|
probably need to be run with sudo or as root, e.g.
|
2021-11-01 16:42:05 +01:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
sudo rclone genautocomplete zsh
|
2022-10-21 16:06:08 +02:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
Logout and login again to use the autocompletion scripts, or source
|
|
|
|
them directly
|
2022-10-21 16:06:08 +02:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
autoload -U compinit && compinit
|
2022-07-09 19:08:20 +02:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
If you supply a command line argument the script will be written
|
|
|
|
there.
|
2022-07-09 19:08:20 +02:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
If output_file is "-", then the output will be written to stdout.
|
2021-11-01 16:42:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
```
|
2023-06-30 15:11:17 +02:00
|
|
|
rclone completion zsh [output_file] [flags]
|
2021-11-01 16:42:05 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
2023-06-30 15:11:17 +02:00
|
|
|
-h, --help help for zsh
|
2021-11-01 16:42:05 +01:00
|
|
|
```
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
|
2021-11-01 16:42:05 +01:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
# SEE ALSO
|
2021-11-01 16:42:05 +01:00
|
|
|
|
2023-06-30 15:11:17 +02:00
|
|
|
* [rclone completion](/commands/rclone_completion/) - Output completion script for a given shell.
|
2021-11-01 16:42:05 +01:00
|
|
|
|