Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/vhost
Making virtual host maniputation tasks more easier
https://github.com/willmendesneto/vhost
Last synced: about 2 months ago
JSON representation
Making virtual host maniputation tasks more easier
- Host: GitHub
- URL: https://github.com/willmendesneto/vhost
- Owner: willmendesneto
- Created: 2015-05-10T14:57:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T16:08:17.000Z (over 9 years ago)
- Last Synced: 2023-03-23T03:36:55.472Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VHOST
> Making virtual host maniputation tasks more easier
## Instalation ##
Clone this repository and add in ```custom/plugins``` folder
```bash
$ git clone git://github.com/willmendesneto/vhost.git ~/.oh-my-zsh/custom/plugins/vhost
```Open your `.zshrc` file and load `vhost` plugin.
```bash
...
plugins=( ... vhost)
...
```After this, restart your terminal and vhost plugin is configurated in you CLI.
## Commands ##
### ls
List all virtual hosts in `/etc/hosts` file
```bash
vhost ls
```### add
Add a new virtual host in `/etc/hosts` file
```bash
vhost add
```### rm
Add a new virtual host in `/etc/hosts` file
```bash
vhost rm
```## Author
**Wilson Mendes (willmendesneto)**
+
+
+New features comming soon.