This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rob Watson
committed
Nov 10, 2010
1 parent
de686f0
commit 720ef11
Showing
1 changed file
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
= noprocast | ||
|
||
Description goes here. | ||
A gem to stop you procastinating. Noprocast automatically adds and removes items from your /etc/hosts, rendering addictive websites useless. | ||
|
||
== Note on Patches/Pull Requests | ||
|
||
* Fork the project. | ||
* Make your feature addition or bug fix. | ||
* Add tests for it. This is important so I don't break it in a | ||
future version unintentionally. | ||
* Commit, do not mess with rakefile, version, or history. | ||
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) | ||
* Send me a pull request. Bonus points for topic branches. | ||
= Installation | ||
|
||
== Copyright | ||
<tt>gem install noprocast</tt> | ||
|
||
= Usage | ||
|
||
<tt>noprocast status</tt> check if noprocast is enabled or not | ||
|
||
<tt>noprocast edit</tt> edit noprocast's list of banned websites | ||
|
||
<tt>[sudo] noprocast on</tt> enable noprocast | ||
|
||
<tt>[sudo] noprocast off</tt> disable noprocast | ||
|
||
= Notes | ||
|
||
Noprocast saves a backup of your /etc/hosts file in /etc/.hosts.noprocastbackup the first time it runs. Just in case. | ||
|
||
= Contact | ||
|
||
rfwatson at gmail | ||
|
||
Copyright (c) 2010 Rob Watson. See LICENSE for details. |