mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
0b1396ad79
* As omf theme <name> won't install a theme per se, changing "install" to "activate" seems clearer. So omf theme will list installed and available themes, activate a installed one, but won't install one. * As omf theme <name> won't install a theme per se, changing "install" to "activate" seems clearer. So omf theme will list installed and available themes, activate a installed one, but won't install one.
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
Oh My Fish! - the fish shell framework
|
|
|
|
== USAGE
|
|
omf [options] [<command>] [arguments]
|
|
|
|
== DESCRIPTION
|
|
Provides options to list, download and remove packages, update the framework, create a new package, etc.
|
|
|
|
== COMMANDS
|
|
<<cd.adoc#,**cd**>>:: Change to root or package directory.
|
|
<<channel.adoc#,**channel**>>:: Get or change the update channel.
|
|
<<describe.adoc#,**d**escribe>>:: Show information about a package.
|
|
<<destroy.adoc#,**destroy**>>:: Uninstall Oh My Fish.
|
|
<<doctor.adoc#,**doctor**>>:: Troubleshoot Oh My Fish.
|
|
<<help.adoc#,**help**>>:: Shows help about a command.
|
|
<<install.adoc#,**i**nstall>>:: Install one or more packages.
|
|
<<list.adoc#,**l**ist>>:: List installed packages.
|
|
<<new.adoc#,**n**ew>>:: Create a new package from a template.
|
|
<<reload.adoc#,**reload**>>:: Reload the current shell.
|
|
<<remove.adoc#,**r**emove>>:: Remove a package.
|
|
<<repositories.adoc#,**repo**sitories>>:: Manage package repositories.
|
|
<<search.adoc#,**s**earch>>:: Search for a package or theme.
|
|
<<theme.adoc#,**t**heme>>:: Activate and list available themes.
|
|
<<update.adoc#,**u**pdate>>:: Update Oh My Fish.
|
|
<<version.adoc#,**version**>>:: Display version and exit.
|
|
|
|
== OPTIONS
|
|
-h, --help::
|
|
Display this help.
|
|
|
|
-v, --version::
|
|
Display version and exit.
|
|
|
|
For more information visit → https://git.io/oh-my-fish
|