You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/man/man1/fisher-uninstall.md

46 lines
1.0 KiB
Markdown

fisher-uninstall(1) -- Uninstall plugins
========================================
## SYNOPSIS
fisher uninstall [*plugins* ...]<br>
fisher uninstall [--force] [--quiet] [--help]<br>
## USAGE
fisher uninstall *url*<br>
fisher uninstall *name*<br>
fisher uninstall *path* <br>
fisher uninstall *owner/repo*<br>
## DESCRIPTION
Uninstall one or more plugins, by name, URL or path. If no arguments are given, read the standard input. This process is the inverse of Install.
Uninstall does not remove any copies of the given plugin in $fisher_cache. To erase the copy from the cache, use the --force option.
Uninstall does not remove any dependencies installed with other plugins. This behavior prevents breaking plugins that share the same dependency.
## OPTIONS
* -f, --force:
Delete copy from cache.
* -q, --quiet:
Enable quiet mode.
* -h, --help:
Show usage help.
## EXAMPLES
* Uninstall all plugins and flush the cache.
```fish
fisher --list | fisher uninstall --force
```
## SEE ALSO
fisher help install<br>