1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-11-14 17:24:07 +00:00
hosts/Readme.md
William Melody cdf7793d7e Make list search terms match anywhere on the line
Making list more flexible enables searching for hostnames as well as
partial ip addresses.
2015-03-18 16:01:32 -07:00

594 B

Hosts

A command line program with shortcuts for managing hosts file entries.

Usage

Usage:
  hosts add <ip> <hostname>
  hosts remove <hostname>
  hosts list [<search string>]
  hosts edit
  hosts file

For full usage, run:

hosts help

or

hosts help <command name>

Acknowledgements

Based on prior work by:

Original idea and interface (since changed) via:

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