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.
- View recent GitHub activity (commits, PRs, issues)
- Pretty terminal output using
rich - Lightweight and fast
- Cross-platform
git clone https://github.com/keneandita/gitlog-cli.git
cd gitlog-cliInstall dependencies:
pip install -r requrements.txtpython .\main.py --usernameOr you can set up a global shortcut by editing your default profile. For Windows:
notepad.exe $PROFILEAdd this to your script with the correct path of the cloned repo.
function github_activity {
python "C:\Users\..." $args
}
Show Your Support If you find this project helpful, please consider giving it a ⭐
This project is licensed under the MIT License - see the LICENSE file for details.

