From db551a1f849b09b7e4f3d3cd0d804aec49eb4454 Mon Sep 17 00:00:00 2001 From: Luther Monson Date: Mon, 20 Jan 2020 02:51:59 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c543f3c..9a92c97 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ interface for any OS or architecture, script and automate hosts file updates usi ## Features -* List, add, remove and check hosts file entries from code or the command-line -* Windows support -* Custom hosts file support +- List, add, remove and check hosts file entries from code or the command-line + - Remove by IP, Host, or IP/Host + - `check` returns proper exit codes for scripting e.g. `goodhosts check 10.0.5.12 || echo "Missing hosts entry for 10.0.5.12"` +- linux/darwin/windows support +- Custom hosts file support +- Backup/Restore +- Quick inline editor (vim/nano) ## Installation