mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-13 01:10:40 +00:00
00701642e8
to easily see from commandline what each package does via their descriptions on github
25 lines
1.1 KiB
Fish
25 lines
1.1 KiB
Fish
function omf.help
|
|
echo \n"\
|
|
"(omf::dim)"Usage"(omf::off)"
|
|
omf "(omf::em)"action"(omf::off)" [options]
|
|
|
|
"(omf::dim)"Actions"(omf::off)"
|
|
"(omf::em)"l"(omf::off)"ist List local packages.
|
|
"(omf::em)"d"(omf::off)"escribe Get information about what packages do.
|
|
"(omf::em)"i"(omf::off)"nstall Install one or more packages.
|
|
"(omf::em)"t"(omf::off)"heme List / Use themes.
|
|
"(omf::em)"r"(omf::off)"emove Remove a theme or package.
|
|
"(omf::em)"u"(omf::off)"pdate Update Oh My Fish.
|
|
"(omf::em)"c"(omf::off)"d Change directory to plugin/theme directory.
|
|
"(omf::em)"n"(omf::off)"ew Create a new package from a template.
|
|
"(omf::em)"s"(omf::off)"ubmit Submit a package to the registry.
|
|
"(omf::em)"q"(omf::off)"uery Query environment variables.
|
|
"(omf::em)"destroy"(omf::off)" Uninstall Oh My Fish.
|
|
|
|
"(omf::dim)"Options"(omf::off)"
|
|
"(omf::em)"--h"(omf::off)"elp Display this help.
|
|
"(omf::em)"--v"(omf::off)"ersion Display version.
|
|
|
|
For more information visit → "(omf::em)"git.io/oh-my-fish"(omf::off)\n
|
|
end
|