DEV Community

Cover image for 🔭 Git Stalker: Stalk GitHub users without leaving your terminal!
Sahil Bondre
Sahil Bondre

Posted on

🔭 Git Stalker: Stalk GitHub users without leaving your terminal!

Github is the platform for code and for developers. I'd spend tons of time stalking friends, colleagues and pros like Sindre Sorhus, Ryan Dahl, starring and forking repos and just slacking off Github. I'm sure you do too. Stalking code and devs on Github is fun. Can we make it efficient? Can we make it mouse-less? Can we do it from the terminal itself?

Well, now you can with Git Stalker.

I made git-stalker, which is a CLI that allows you to stalk people on GitHub from your terminal. It shows you the profile of the dev, what (programming) languages do they speak and what have they been up to lately. Here's the demo:

Demo Gif

Demo

Install

You need node + npm to install this CLI.

$ npm i -g git-stalker

# or using yarn

$ yarn global add git-stalker
Enter fullscreen mode Exit fullscreen mode

Usage

$ stalk <github-username>

# For example
$ stalk godcrampy
Enter fullscreen mode Exit fullscreen mode

Built With

What's Next?

So the current release allows stalking people. Why not hunt repos? I'll probably work on that. If you have any ideas, please open up an issue.

Here's the repo for Git Stalker.

GitHub logo godcrampy / git-stalker

🔭 Stalk GitHub users without leaving your terminal

Git Stalker

npm NPM GitHub stars

Stalk GitHub users without leaving your terminal.

demo

Install

$ npm i -g git-stalker

# or using yarn

$ yarn global add git-stalker
Enter fullscreen mode Exit fullscreen mode

Usage

$ stalk <username>

# For example
$ stalk godcrampy
Enter fullscreen mode Exit fullscreen mode

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

🌟 I made some Cheat-Sheets
🚀 Stalk me on Instagram | Github | Twitter | Website
😄 Have a wonderful day!

Top comments (3)

Collapse
 
upieez profile image
Samuel Huang

I like the idea of stalking without ever needing to use the mouse 😂

Collapse
 
delta456 profile image
Swastik Baranwal

Nice tool!

Collapse
 
godcrampy profile image
Sahil Bondre

Thanks man!