1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-29 04:40:46 +00:00
hosts/Readme.md
William Melody 7607dfd262 Add edit command
`edit` open the hosts file in the editor specified in the $EDITOR
environment variable.
2015-03-16 17:39:50 -07:00

464 B

Hosts

A program for managing host file entries.

Usage

Usage:
  hosts add <ip> <hostname>
  hosts remove <hostname>
  hosts list [127.]
  hosts edit

Acknowledgements

Based on prior work by:

Original idea and interface (since changed) via:

https://github.com/macmade/host-manager