mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-19 09:25:28 +00:00
bfe88ad604
- Copy and improve help text, and convert it to AsciiDoc files - Evaluate commands dynamically
17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
Search for a plugin or theme.
|
|
|
|
== USAGE
|
|
omf search [options] <name>
|
|
|
|
== OPTIONS
|
|
-p, --plugin::
|
|
Limit results to plugins.
|
|
|
|
-t, --theme::
|
|
Limit results to themes.
|
|
|
|
== EXAMPLES
|
|
omf search -p nvm
|
|
omf search -t bobthefish
|
|
omf search vi
|