README.md in octospy-0.0.8 vs README.md in octospy-0.1.0
- old
+ new
@@ -11,11 +11,11 @@
[travis]: http://travis-ci.org/linyows/octospy
[gemnasium]: https://gemnasium.com/linyows/octospy
[codeclimate]: https://codeclimate.com/github/linyows/octospy
[coveralls]: https://coveralls.io/r/linyows/octospy
-Octospy notifies eventsf github repositories to IRC channels.
+Octospy notifies events of github repositories to IRC channels.
<div align="center">
<img src="http://octodex.github.com/images/daftpunktocat-thomas.gif" width="300">
<img src="http://octodex.github.com/images/daftpunktocat-guy.gif" width="300">
</div>
@@ -75,25 +75,33 @@
```sh
env DOTENV=".env.myserver" octospy
```
+### Debug
+
+```sh
+env DEBUG=true octospy
+```
+
Commands
--------
format: `octospy: <command>`
Command | Description
------- | -----------
`watch <repository>` | add repository to watch list (ex: watch rails/rails)
`unwatch <repository>` | remove repository to watch list
`watch <user or organization>` | add user's repositories to watch list (ex: watch dotcloud)
-`unwatch <user or organization>` | remove user's repositories to watch list
+`unwatch <user or organization>` | remove user's repositories from watch list
+`clear watched` | remove all repositories from watch list
`start` | start the repository event monitoring
`stop` | stop the repository event monitoring
`join <channel>` | invite octospy to another channel
`show watched` | display the watch list
`show status` | display the joined channels
+`help` | display the commands
Contributing
------------
1. Fork it