https://github.com/gedex/unwatch-gh-org-repos
Command line interface to unwatch all GitHub organization / user repos.
https://github.com/gedex/unwatch-gh-org-repos
cli github organization repository
Last synced: about 1 year ago
JSON representation
Command line interface to unwatch all GitHub organization / user repos.
- Host: GitHub
- URL: https://github.com/gedex/unwatch-gh-org-repos
- Owner: gedex
- License: mit
- Created: 2017-02-26T05:34:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T07:01:29.000Z (over 9 years ago)
- Last Synced: 2025-03-04T15:22:33.970Z (over 1 year ago)
- Topics: cli, github, organization, repository
- Language: JavaScript
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unwatch-gh-org-repos (ugor)
===========================
[](https://www.npmjs.com/package/unwatch-gh-org-repos)
[](http://travis-ci.org/gedex/unwatch-gh-org-repos)
[](https://david-dm.org/gedex/unwatch-gh-org-repos)
unwatch-gh-org-repos (ugor) is a command line interface to unwatch all GitHub
organization / user repos.
If you're trying to do the opposite, watch all GitHub org repos, try its
enemy, [wagor](https://github.com/gedex/watch-all-gh-org-repos).
## Install
```
$ npm install -g unwatch-gh-org-repos
```
## Usage
Once installed globally, `ugor` should be available from shell.
```
$ ugor -h
Usage: ugor [options]
Options:
-h, --help output usage information
-V, --version output the version number
-t, --token GitHub token
-o, --organization GitHub organization
```
Once installed, you need to [create personal token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/). An example of unwatch all repos in `GedexTestOrg`:
```
$ ugor -t my-personal-token -o GedexTestOrg
Fetching watched GedexTestOrg repos..
┌────────────────────┬────────────────────────────────────────────────────────────┐
│ Repo │ Description │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ wp-dummy-plugin │ Repo used for testing │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ repo-with-milesto… │ Repo used for testing │
└────────────────────┴────────────────────────────────────────────────────────────┘
Found 2 watched repos. Unwatch those? (yes)
Unwatched GedexTestOrg/repo-with-milestone-and-issues successfully
Unwatched GedexTestOrg/wp-dummy-plugin successfully
```
## License
MIT