HostsCLI Docs
=============

A CLI tool to block / unblock websites using /etc/hosts. Super simple
and easily extendable.

Links
-----

Badges
------

More websites?
==============

If you need to add more websites, just create a ``<website>.py`` file in
`hostscli/websites/ <https://github.com/dhilipsiva/hostscli/tree/master/hostscli/websites>`__
directory with list of domains declared as variable DOMAINS. Please look
at
`hostscli/websites/facebook.py <https://github.com/dhilipsiva/hostscli/blob/master/hostscli/websites/facebook.py>`__
file for reference
