mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Add README for pow and powify plugins (#8225)
This commit is contained in:
		
							parent
							
								
									d5e7040ebd
								
							
						
					
					
						commit
						5f066dabc8
					
				
							
								
								
									
										21
									
								
								plugins/pow/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								plugins/pow/README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
# 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.
 | 
			
		||||
							
								
								
									
										10
									
								
								plugins/powify/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								plugins/powify/README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
# 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)
 | 
			
		||||
```
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user