Skip to content

asemt/ghuwtchr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghuwtchr (GitHub Un-Watcher) unwatches GitHub repos for you.

It makes sense in case a long list of repositories should be unwatched at once while avoiding using the GitHub web interface.

Installation:

  • Requires a Go >= 1.5.1 development environment on the machine.
    • With $GOPATH defined in environment and go binary in $PATH.

        $ go get github.com/asemt/ghuwtchr
      

Usage:

  • Set your personal GitHub access token in environment:

      $ export GHACCESSTOKEN=<your-access-token>
    
  • Run the unwatch utility:

      $ $GOPATH/bin/ghuwtchr
    
  • Now past the GitHub repository links you want to unwatch from into the shell. The links should be formed like this:

      https://github.com/<owner>/<repo-name>/subscription
      https://github.com/<owner>/<repo-name>
    

A single dot (.) ends the input and starts the unwatching GitHub API calls.

About

Un-watching GitHub repositories on the CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages