1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-30 21:20:47 +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

25 lines
464 B
Markdown

# 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:
- https://github.com/nddrylliog
- https://gist.github.com/nddrylliog/1368532
- https://github.com/dfeyer
- https://gist.github.com/dfeyer/1369760
Original idea and interface (since changed) via:
https://github.com/macmade/host-manager