Skip to content

A simple AppleScript to keep you from browsing Facebook, Reddit, and other sites. Pull Requests / Improvements welcome!

Notifications You must be signed in to change notification settings

ptrikutam/No-Distractions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

No Distractions

This is a simple AppleScript application that monitors your web usage, and scolds you every time it detects you on a page that is distracting (Right now, that's facebook, twitter, reddit, and imgur). It runs silently in the background of your computer, and automatically closes the offending tab whenever a distracting website is detected.

Much thank to Artem Gordinsky's open source Spotifree, which I borrowed a lot of code from.

Installation

  • Copy the no-distractions.applescript into an Apple Script Editor and Save as an application named "No Distractions.app". Make sure to check "Stay open after run handler".

  • Once saved, make sure to change the bundle identifier to "com.ptrikutam.NoDistractions" so that the script will perform properly.

  • Drag & Drop the .app file into your /Applications folder, then run it.

  • If you want to prevent the icon from appearing in your dock (I do this to ensure extra stealthy distraction prevention), open up the package contents of the No Distractions.app once it's been created and edit the info. You'll want to add the following line:

<key>LSUIElement</key>
<string>1</string>

Quitting the Application

To quit, just right click the icon on the dock and quit. If you used the little snippet in your info.plist above, you'll need to open up your Activity Monitor and quit from there:

  • Open the Activity Monitor: /Applications/Utilities/Activity Monitor
  • Type "No Distractions" in the search box at the top right, highlight the process
  • Click the stop button at the top

That should be it! This will be improved soon, I promise.

TODO / Remaining Features

  • GUI
    • Menu Icon in status bar to show status of "No Distractions"
    • Ability to add / remove websites you frequent. For me, this is Reddit, Facebook, Twitter, & Imgur.
    • Ability to disable the app for periods of time
    • Ability to put "disable" command behind a few math problems -- to make sure people really want to goof off :)
  • Incrementally increase the obscenities as keep ignoring the repeated instructions to "GET BACK TO WORK"
  • Support for Firefox
  • Support for QuickSilver, Growl, and other versions of OS X (that don't use notifications)
  • Smarter code that makes sure we're closing the right tab-- right now it does a check then immediately closes the nearest focused tab (not great, but does the trick so far).

Disclaimer

This has only been tested on my computer running OS X 10.9 (13A603) using Google Chrome Version 31.0.1650.63, Safari Version 7.0 (9537.71), and Alfred 2 Version 2.1.1 (227). Use this script at your own risk, it's very untested and I am not responsible for any potential damage it does to your computer.

License

MIT. Do whatever the hell you want with this, but if it's useful, feel free to give me a shout-out.

About

A simple AppleScript to keep you from browsing Facebook, Reddit, and other sites. Pull Requests / Improvements welcome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published