1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-28 20:30:47 +00:00
Go to file
William Melody e867492064 In remove, delete the link in place rather than blanking first
When using the pattern of blanking the lines first and then deleting
the blank lines, the program ends up deleting potentially intentional
blank lines. In order to avoid this, use a simple delete rather than the
blanking + blank line deleting pattern.
2015-03-16 17:51:28 -07:00
hosts In remove, delete the link in place rather than blanking first 2015-03-16 17:51:28 -07:00
Readme.md Add edit command 2015-03-16 17:39:50 -07:00

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