Go to file
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
Readme.md Make `list` search terms match anywhere on the line 2015-03-18 16:01:32 -07:00
hosts Make `list` search terms match anywhere on the line 2015-03-18 16:01:32 -07:00

Readme.md

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