diff --git a/readme.org b/readme.org index 0911642..4e3216c 100644 --- a/readme.org +++ b/readme.org @@ -2,6 +2,8 @@ [[../assets/chomper_example.gif?raw=true]] +*** Note: Welcome to [[https://twit.tv/shows/floss-weekly][FLOSS Weekly]] viewers! I'm looking for collaborators on Chomper - in particular with creating a GUI, adapting Chomper for OSX, and packaging Chomper with pyinstaller. Reach out to me at the [[https://gitter.im/chomperapp/Lobby][Chomper Gitter channel]] if you want to work together! + Chomper is a Python command-line program for use on Linux which can either create blacklists of blocked websites or whitelists of allowed websites for specified periods of time. The program is intended to help people with issues being productive on a computer due to Internet distractions. Most internet blocking programs operate just by modifying [[https://en.wikipedia.org/wiki/Hosts_(file)][the hosts file]]. This approach only allows for creating blacklists. Additionally, the hosts file approach does not allow you to block particular URLs - it only allows you to block particular domains.