Metadata-Version: 2.0
Name: intervention
Version: 1.1.0
Summary: An intervention to increase intentionality
Home-page: https://github.com/beaugunderson/intervention
Author: Beau Gunderson
Author-email: beau@beaugunderson.com
License: MIT
Keywords: adhd,anxiety,intervention,quantified self
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: arrow (==0.5.4)
Requires-Dist: PySide (==1.2.2)
Requires-Dist: tini (>=3.0.1)

intervention
------------

``intervention`` is a work in progress for disabling input to my
computer, showing me the current time, and making me ask myself if I'm
being intentional.

[STRIKEOUT:It requires ``sudo`` NOPASSWD access on OS X to filter
keyboard input. Wrapping it in an application might allow it to be used
with the OS X Accessibility API instead.]

Installation
~~~~~~~~~~~~

.. code:: sh

    $ pip3 install intervention
    $ crontab -e
    */15 * * * * /usr/local/bin/intervention  # add this line

It looks like this:

.. figure:: https://i.imgur.com/mIRAUTr.png
   :alt: screenshot

   screenshot



