Skip to content

Commit

Permalink
Readme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Jul 14, 2019
1 parent 29fc9f5 commit 3ca0447
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

I built this as a replacement for [SelfControl](https://github.com/SelfControlApp/). It has the following features:

- Cross platform (MacOS and Linux)
- Configurable with a human-readable and editable JSON file instead of plists
- Easily unblock a single site (sometimes a site like Reddit, Twitter or Medium **does** have a useful article you want to read at work, but you don't want to unblock everything)
- Command line interface instead of GUI
- Runs indefinitely until you turn it off, rather than having to re-run it every 24 hours
- Cross platform (MacOS and Linux).
- Configurable with a human-readable and editable JSON file instead of plists.
- Easily unblock a single site (sometimes a site like Reddit, Twitter or Medium **does** have a useful article you want to read at work, but you don't want to unblock everything).
- Command line interface instead of GUI.
- Runs indefinitely until you turn it off, rather than having to re-run it every 24 hours.
- Offers an easier way to authenticate as root, which is needed for editing the hosts file.

## Install
Expand Down Expand Up @@ -46,8 +46,6 @@ Via a symlink: run `ln -s $HOME/code/dotfiles/blockr.json $HOME/blockr.json`

Via a flag: use `blockr --config-file $HOME/code/dotfiles/blockr.json`. You could also put this in an alias so you don't have to type it every time.

Create your

## Planned features

- Temporarily unblocking a site for 10 minutes or something.
Expand Down

0 comments on commit 3ca0447

Please sign in to comment.