/workmode

command line tool for blocking sites to be more productive

Primary LanguageJavaScript

Install

npm install workmode -g

Add site to block list

  workmode add news.ycombinator.com

Start workmode

  workmode start

Stop workmode

  workmode stop

List blocked sites

  workmode list

Remove site

  workmode remove news.ycombinator.com

You can also remove site by number

$ workmode list
[1] www.facebook.com
[2] news.ycombinator.com
[3] twitter.com
$ workmode remove 3
site removed: twitter.com

Status of the workmode

workmode status

Import from text file (one domain per line).

workmode import SOURCE

Export balcklist to file or stdout if none provided:

workmode export [target]

LICENSE

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Copyright (C) 2012 Goran Gajić goran.gajic@design4q.com

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.