Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
5f066dab
Commit
5f066dab
authored
5 years ago
by
Denis Titusov
Committed by
Marc Cornellà
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add README for pow and powify plugins (#8225)
parent
d5e7040e
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/pow/README.md
+21
-0
plugins/pow/README.md
plugins/powify/README.md
+10
-0
plugins/powify/README.md
with
31 additions
and
0 deletions
+31
-0
plugins/pow/README.md
0 → 100644
View file @
5f066dab
# pow plugin
This plugin adds completion and commands for
[
pow
](
http://pow.cx/
)
, a
zero-configuration Rack server for macOS.
To use it, add pow to the plugins array of your zshrc file:
```
sh
plugins
=(
... pow
)
```
## Commands
-
`kapow`
will restart an app.
```
bash
kapow myapp
```
-
`kaput`
will show the standard output from any pow app.
-
`repow`
will restart the pow process.
This diff is collapsed.
Click to expand it.
plugins/powify/README.md
0 → 100644
View file @
5f066dab
# powify plugin
This plugin adds autocompletion for
[
powify
](
https://github.com/sethvargo/powify
)
,
an easy-to-use wrapper for Basecamp's
[
pow
](
https://github.com/basecamp/pow
)
.
To use it, add powify to the plugins array of your zshrc file:
```
sh
plugins
=(
... powify
)
```
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help