oh-my-fish/docs/cli/search.adoc
2017-06-17 16:19:58 -05:00

23 lines
458 B
Plaintext

Search for a plugin or theme.
== USAGE
omf search [options] <pattern>
== DESCRIPTION
Search all installed package repositories for plugins and themes whose name or description matches the regular expression <pattern>. Patterns use the POSIX ERE syntax.
== OPTIONS
-p, --plugin::
Limit results to plugins.
-t, --theme::
Limit results to themes.
== EXAMPLES
omf search -p nvm
omf search -t bobthefish
omf search '^gi.*$'
== ALIASES
*omf s*