mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Update README.md
This commit is contained in:
parent
657bd8744d
commit
66cd7bb861
1 changed files with 29 additions and 1 deletions
|
|
@ -1,2 +1,30 @@
|
|||
#Kirby CLI oh-my-zsh plugin
|
||||
Adds autocompletion and aliasses for the Kirby CLI. A tool for the amazingly easy to use Getkirby CMS.
|
||||
Adds autocompletion and aliasses for the Kirby CLI. A tool for the amazingly easy to use Getkirby CMS.
|
||||
|
||||
##Aliases
|
||||
|
||||
| Alias | Function |
|
||||
|:------------:|-----------------------------------------|
|
||||
|ki|kirby install'|
|
||||
|kiplain|kirby install --kit plainkit'|
|
||||
|kistart|kirby install --kit starterkit'|
|
||||
|kilang|kirby install --kit langkit'|
|
||||
|kic|kirby install:core'|
|
||||
|kip|kirby install:panel'|
|
||||
|kii|kirby install:index.php'|
|
||||
|kih|kirby install:htaccess'|
|
||||
|kbstr|kirby install:core && kirby install:panel'|
|
||||
|kpin|lugin:install'|
|
||||
|kpup|lugin:update'|
|
||||
|kup|kirby update'|
|
||||
|kv|kirby version'|
|
||||
|kmblue|kirby make:blueprint'|
|
||||
|kmctrl|kirby make:controller'|
|
||||
|kmsnip|kirby make:snippet'|
|
||||
|kmtpl|kirby make:template'|
|
||||
|kmusr|kirby make:user'|
|
||||
|kmtag|kirby make:tag'|
|
||||
|kmplug|kirby make:plugin'|
|
||||
|kcc|kirby clear:cache'|
|
||||
|kct|kirby clear:thumbs'|
|
||||
|kca|kirby clear:cache && kirby clear:thumbs'|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue