Skip to content

A simple command-line tool to fetch and display a GitHub user’s recent public activity using the GitHub API.

License

Notifications You must be signed in to change notification settings

KeneanDita/Gitlog-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlog-cli

Platform Made with ♥ by Kenean Dita

Gitlog-cli is a terminal-based Python application that displays a user's GitHub activity in a clean and readable format. Ideal for developers who prefer staying in the command line.

Screenshots

Gitlog-cli screenshot 1

Gitlog-cli screenshot 2

Features

  • View recent GitHub activity (commits, PRs, issues)
  • Pretty terminal output using rich
  • Lightweight and fast
  • Cross-platform

Installation

git clone https://github.com/keneandita/gitlog-cli.git
cd gitlog-cli

Install dependencies:

pip install -r requrements.txt

Usage

python .\main.py --username

Or you can set up a global shortcut by editing your default profile. For Windows:

notepad.exe $PROFILE

Add this to your script with the correct path of the cloned repo.

function github_activity {
    python "C:\Users\..." $args
}

Author

Kenean Dita GitHub | LinkedIn

Show Your Support If you find this project helpful, please consider giving it a ⭐

License

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

About

A simple command-line tool to fetch and display a GitHub user’s recent public activity using the GitHub API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published