rclone/docs/content/commands/rclone_completion_fish.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

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