https://github.com/darthbenro008/gunfollower
A simple CLI to check who unfollowed you on GitHub
https://github.com/darthbenro008/gunfollower
beginner-friendly cli followers github rust social
Last synced: about 2 months ago
JSON representation
A simple CLI to check who unfollowed you on GitHub
- Host: GitHub
- URL: https://github.com/darthbenro008/gunfollower
- Owner: DarthBenro008
- License: mit
- Created: 2021-11-30T11:46:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T12:22:03.000Z (over 3 years ago)
- Last Synced: 2025-07-23T10:31:42.524Z (3 months ago)
- Topics: beginner-friendly, cli, followers, github, rust, social
- Language: Rust
- Homepage:
- Size: 537 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README




[](https://github.com/DarthBenro008/gunfollower/blob/master/LICENSE)
[](https://github.com/DarthBenro008/gunfollower/issues/new/choose)> A CLI written in rust to check who follows and unfollows you on GitHub
# G-unfollower
A simple CLI that tell watches and let's you know if anyone has followed or unfollowed you recently with some cool caching mechanism.

## Installation
### Using Homebrew
```bash
brew tap DarthBenro008/gunfollower
brew install gunfollower
```### Using Cargo
You can install gunfollower from Cargo
```bash
cargo install gunfollower
```### Manual Installation
You can also download the binary and install it manually.
- Go to [releases page](https://github.com/DarthBenro008/gunfollower/releases) and grab the latest release of gunfollower.
- Download the latest release of gunfollower specific to your OS.
- If you are on Linux/MacOS, make sure you move the binary to somewhere in your `$PATH` (e.g. `/usr/local/bin`).## p10K Support
Gunfollower also supports p10k shell! You can keep watch on your GitHub Followers and people you follow right from you shell.
- Run `gunfollower shell` to learn more
Here is the p10k battery in action

## Architecture
## 🤝 Contributions
- Feel Free to Open a PR/Issue for any feature or bug(s).
- Make sure you follow the [community guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines).
- Feel free to open an issue to ask a question/discuss anything about G-unfollower.
- Have a feature request? Open an Issue!## ⚖ License
Copyright 2021 Hemanth Krishna
Licensed under MIT License : https://opensource.org/licenses/MIT
Made with ❤ and a single cup of coffee