1
0
mirror of https://github.com/octoleo/hosts.git synced 2025-01-01 05:31:49 +00:00
Go to file
William Melody bafa955308 Add file command
This command simply runs `cat` on /etc/hosts
2015-03-16 19:48:16 -07:00
hosts Add file command 2015-03-16 19:48:16 -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