9 releases
0.2.6 | Jan 1, 2020 |
---|---|
0.2.5 | Jan 1, 2020 |
0.2.3 | Dec 31, 2019 |
0.2.0 | Nov 11, 2019 |
0.0.1 | Nov 11, 2019 |
#115 in #domain
23 downloads per month
9KB
222 lines
hostess
Command-line utility for managing your /etc/hosts file, built with rust
Install
cargo install hostess
Usage
Command | Description |
---|---|
hostess list |
List all hosts |
hostess add [domain] [ip] |
Add a host |
hostess rm [domain] |
Remove a host |
hostess on [domain] |
Enable a host |
hostess off [domain] |
Disable a host |
Todo
- regex
Dependencies
~3MB
~52K SLoC