2016-02-29 14:13:29 +00:00
|
|
|
fisher-list(1) -- List installed plugins
|
|
|
|
========================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
fisher list [*file*]<br>
|
2016-03-30 17:42:44 +00:00
|
|
|
fisher list [--enabled] [--disabled] [--help]<br>
|
2016-02-29 14:13:29 +00:00
|
|
|
|
|
|
|
## USAGE
|
|
|
|
|
|
|
|
fisher list [*file*]
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
2016-03-30 17:42:44 +00:00
|
|
|
The list command displays all the plugins that are currently installed.
|
2016-02-29 14:13:29 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
fisher list
|
|
|
|
debug
|
2016-03-30 17:42:44 +00:00
|
|
|
fishtape
|
|
|
|
spin
|
|
|
|
> superman
|
2016-02-29 14:13:29 +00:00
|
|
|
@ wipe
|
|
|
|
```
|
|
|
|
|
|
|
|
The legend consists of:
|
|
|
|
|
|
|
|
`>` Indicate the plugin is a prompt<br>
|
|
|
|
`@` Indicate the plugin is a symbolic link<br>
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
|
|
|
* --enabled:
|
2016-03-30 17:42:44 +00:00
|
|
|
List plugins that are enabled.
|
2016-02-29 14:13:29 +00:00
|
|
|
|
|
|
|
* --disabled:
|
2016-03-30 17:42:44 +00:00
|
|
|
List plugins that are not installed, but available in the cache.
|
2016-02-29 14:13:29 +00:00
|
|
|
|
|
|
|
* -h, --help:
|
2016-03-30 17:42:44 +00:00
|
|
|
Show usage help.
|
2016-02-29 14:13:29 +00:00
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
|
|
|
fisher help search<br>
|