mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
2cbbb00dcb
* Deprecate fisher --list in favor of a new command fisher list. The behavior is roughly the same. See fisher help list for usage. tl;dr: Use list to query the local system / cache and search to query the index. * Teach fisher_plugin_walk about fish_postexec, fish_command_not_found and fish_preexec event emitters and erase them during uninstall if they were defined in a snippet. * Fisherman now recognizes the following aliases by default: i for install, u for update, l for list, s for search and h for help. * Large documentation rewrite. Better, simpler, more concise and more consistent. * Fisherman now detects if users have modified their fish prompt using fish_config and if so, uninstalls $fisher_prompt.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
Usage: fisher update [<plugins>] [--quiet] [--help]
|
|
|
|
-q --quiet Enable quiet mode
|
|
-h --help Show usage help
|
|
Usage: fisher uninstall [<plugins>] [--force] [--quiet] [--help]
|
|
|
|
-f --force Delete copy from the cache
|
|
-q --quiet Enable quiet mode
|
|
-h --help Show usage help
|
|
Usage: fisher search [<plugins>] [--long] [--full] [--no-color]
|
|
[--quiet] [--help]
|
|
|
|
--long Display results in long format
|
|
--full Display results in full format
|
|
-C --no-color Turn off color display
|
|
-q --quiet Enable quiet mode
|
|
-h --help Show usage help
|
|
Usage: fisher list [<file>] [--enabled] [--disabled] [--bare] [--link]
|
|
|
|
-b --bare List plugin without decorators
|
|
-l --link List plugins that are symbolic links
|
|
--enabled List plugins that are enabled
|
|
--disabled List plugins that are disabled
|
|
-h --help Show usage help
|
|
Usage: fisher install [<plugins>] [--force] [--quiet] [--help]
|
|
|
|
-f --force Reinstall given plugin/s
|
|
-q --quiet Enable quiet mode
|
|
-h --help Show usage help
|
|
Usage: fisher help [<keyword>] [--all] [--guides] [--help]
|
|
|
|
-a --all List all the documentation
|
|
-g --guides List available guides
|
|
-h --help Show usage help
|