Metadata-Version: 1.1
Name: horseshit
Version: 0.0.5
Summary: Small script to configure your hosts file so you don't get distracted during the day
Home-page: http://www.soimort.org/horseshit/
Author: Mort Yao
Author-email: mort.yao@gmail.com
License: Public Domain
Description: horseshit
        =========
        
        |PyPI version|
        
        **horseshit** is an easy-to-use command line program that blocks
        websites known to distract us from our work, which is forked from
        `leftnode/get-shit-done <https://github.com/leftnode/get-shit-done>`__.
        
        Available in Python 2.x/3.x, horseshit is also a PyPI package that can
        be easily installed and updated via ``pip``.
        
        Project homepage: http://www.soimort.org/horseshit
        
        Installation
        ------------
        
        1. Using the PyPI package:
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Install the PyPI package:
        
        ::
        
            $ [sudo] pip install horseshit
        
        or:
        
        ::
        
            $ [sudo] easy_install horseshit
        
        2. Using Git:
        ~~~~~~~~~~~~~
        
        Clone the Git repository:
        
        ::
        
            $ git clone git://github.com/soimort/horseshit.git
            $ [sudo] python setup.py install
        
        Usage
        -----
        
        1. Configuration
        ~~~~~~~~~~~~~~~~
        
        ``horseshits`` is a no-brainer plain text file contains a load of
        horseshits that may distract you from work, line by line.
        
        ::
        
            twitter.com
            plus.google.com
            reddit.com
        
        On \*nix systems, put your ``horseshits`` into:
        
        ::
        
            /etc/horseshits
        
        Or: (recommended!)
        
        ::
        
            ~/.config/horseshits
        
        On Windows, put it into your user directory:
        
        ::
        
            .config/horseshits
        
        2. To get-shit-done
        ~~~~~~~~~~~~~~~~~~~
        
        Execute it as root because it modifies your hosts file and restarts your
        network daemon.
        
        ::
        
            $ sudo get-shit-done work
        
        3. To no longer get-shit-done
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            $ sudo get-shit-done play
        
        Additional Tips
        ---------------
        
        You can, of course, use ``get-shit-done`` with your ``crontab``, to
        control your work time and play time during the day. Whatever, I should
        say self-control is always the best.
        
        Acknowledgement
        ---------------
        
        Thanks to Vic Cherubini, the original author of **get-shit-done**.
        
        .. |PyPI version| image:: https://badge.fury.io/py/horseshit.png
           :target: http://badge.fury.io/py/horseshit
        
        
        Changelog
        =========
        
        0.0.2
        -----
        
        *Date: 2013-01-14*
        
        * Initial release.
        
Keywords: hosts
Platform: any
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Office/Business :: Scheduling
