Skip to content

yukihane/github-unwatch-repositories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

What’s This

Bash script for batch unwatching GitHub repositories.

Target name is specified by regular expression.

Usage

Generate Token

If treating private repositories, needs repo scope checked.

If treating only public repositories, needs any checks.

Execute

Execute dry-run.

./github-unwatch.bash [repository name pattern] [your account name] [token]

example:

./github-unwatch.bash ^yukihane/ yukihane xxxxxxxx

When succeeded, target repositories are listed.

Next, unwatch actually, with run argument.

./github-unwatch.bash [repository name pattern] [your account name] [token] run

About

Batch script for unwatching GitHub repositories targeting by regex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages