Metadata-Version: 2.0
Name: concentration
Version: 0.0.3
Summary: Get work done when you need to, goof off when you don't.
Home-page: https://github.com/timothycrosley/concentration
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
License: MIT
Keywords: Focus,Python,Python2,Python3,Firewall,Filter,Utility,Concentration
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
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 :: Software Development :: Libraries
Classifier: Topic :: Utilities

Concentration
=============

Stay focused on work when you want, and goof off when you don't.
Concentration is a simple console utility to block distracting sites
when you need to focus, while allowing you to easily take timed breaks.

Installing Concentration
========================

::

    pip install concentration

Using Concentration
===================

To keep focused (blocking distracting sites):

::

    sudo concentration improve

To take a small one minute timed break:

::

    sudo concentration break

To access all sites:

::

    sudo concentration lose

Configuring Concentration
=========================

You can add more files to the blocked list by putting them in the
following files (new line delimited): - ~/.concentration.distractors -
/etc/concentration.distractors

--------------

Thanks and I hope you find concentration useful in your effort to get
more done!

~Timothy Crosley


