An open API service indexing awesome lists of open source software.

https://github.com/AliasT/hostess

Command-line utility for managing your /etc/hosts file built with rust
https://github.com/AliasT/hostess

cli command hosts rust

Last synced: over 1 year ago
JSON representation

Command-line utility for managing your /etc/hosts file built with rust

Awesome Lists containing this project

README

          

# 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