| Command | Help |
|---|---|
| announce add | GitHub announce add [<channel>] <owner> <name> Announce the commits of the GitHub repository called <owner>/<name> in the <channel>. Globs are also supported for <owner> and <name>. <channel> defaults to the current channel. |
| announce list | GitHub announce list [<channel>] Lists all GitHub repositories announced to the given channel. <channel> defaults to the current channel. |
| announce remove | GitHub announce remove [<channel>] <owner> <name> Don't announce the commits of the GitHub repository called <owner>/<name> in the <channel> anymore. <channel> defaults to the current channel. |
| repo info | GitHub repo info <owner> <repository> [--enable <field1>[,<field2>[,...]]] [--disable <field3>[,<field4>[,...]]] Displays informations about <owner>'s <repository>. Individual fields can be included or excluded using --enable and --disable. |
| repo search | GitHub repo search <searched string> [--page <id>] [--language <language>] Searches the string in the repository names database. You can specify the page <id> of the results, and restrict the search to a particular programming <language>. |