rclone/docs/content/commands/rclone_completion_fish.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-01 23:42:05 +08:00
---
title: "rclone completion fish"
2022-07-10 01:08:20 +08:00
description: "Generate the autocompletion script for fish"
2021-11-01 23:42:05 +08: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
2022-07-10 01:08:20 +08:00
Generate the autocompletion script for fish
2021-11-01 23:42:05 +08:00
## Synopsis
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
2022-07-10 01:08:20 +08:00
rclone completion fish | source
2021-11-01 23:42:05 +08:00
To load completions for every new session, execute once:
2022-07-10 01:08:20 +08:00
rclone completion fish > ~/.config/fish/completions/rclone.fish
2021-11-01 23:42:05 +08:00
You will need to start a new shell for this setup to take effect.
```
rclone completion fish [flags]
```
## Options
```
-h, --help help for fish
--no-descriptions disable completion descriptions
```
See the [global flags page](/flags/) for global options not listed here.
## SEE ALSO
2022-07-10 01:08:20 +08:00
* [rclone completion](/commands/rclone_completion/) - Generate the autocompletion script for the specified shell
2021-11-01 23:42:05 +08:00