UNPKG

who-unfollowed-me

Version:

A CLI that let's you know who recently unfollowed you on GitHub.

74 lines (49 loc) 2.9 kB
<img src="https://i.imgur.com/1pU4G0r.png" alt="who-unfollowed-me"> <div align="center"> <h1>😠 who-unfollowed-me<br> <img src="https://img.shields.io/npm/l/who-unfollowed-me?color=8A2BE2"> <img src="https://img.shields.io/npm/v/who-unfollowed-me?color=8A2BE2"> <img src="https://img.shields.io/npm/dt/who-unfollowed-me?color=8A2BE2"> </h1> </div> > A CLI that let's you know who recently unfollowed you on GitHub. [![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=247477&theme=dark)](https://www.producthunt.com/posts/who-unfollowed-me-github?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-who-unfollowed-me-github) ## 🎩 INSTALLATION Install the CLI globally. If you are Windows user, run your Command Prompt or Terminal as Administrator. If you are macOS user, add `sudo` before the following command. ```sh npm i -g who-unfollowed-me ``` <img src="https://i.imgur.com/i33PNf9.png" alt="installation"> ## ⚙️ USAGE You need to run the following command in your terminal. ```sh unfollow ``` When you run the CLI for the first time, it will ask you to enter your GitHub username. <img src="https://i.imgur.com/sD3XDrO.png" alt="first run"> After that, whenever you run the CLI again, it will show you if anyone has recently unfollowed you or not. <img src="https://i.imgur.com/09T4YKq.png" alt="unfollow"> If no one has unfollowed you, the CLI will also let you know this. <img src="https://i.imgur.com/jgwh4yN.png" alt="no one unfollowed"> > If you are a Windows user, make sure that whenever you run the CLI, first run your Terminal or Command Prompt as Administrator. ## 👨🏻‍💻 AUTHOR Howdy, you! This is [Saad Irfan](http://msaad.dev/), an aspiring JavaScript developer, former Google Developer Student Club's Lead, Microsoft Learn Student Ambassador, and an undergrad student. You can read more about me [here](https://github.com/msaaddev/msaaddev). <div> <a href="https://twitter.com/msaaddev"> <img align="left" alt="Saad Irfan | Twitter" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/twitter.svg" /> </a> <a href="https://www.linkedin.com/in/msaaddev/"> <img align="left" alt="Saad's LinkdeIN" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/linkedin.svg" /> </a> <a href="https://www.facebook.com/msaaddev/"> <img align="left" alt="Saad's Facebook" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/facebook.svg" /> </a> <a href="https://www.instagram.com/msaaddev"> <img align="left" alt="Saad's instagram" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/instagram.svg" /> </a> </div> <br> ## ⚡️ Other Projects I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look. ## 🔑 LICENSE - MIT