Manage /etc/hosts file entries from the command line
Idempotent command-line utility for managing your /etc/hosts file
hostess
$ hostess add 127.0.0.1 localhost.dev
$ hostess remove localhost.dev
$ hostess list