https://github.com/keneandita/gitlog-cli
A simple command-line tool to fetch and display a GitHub user’s recent public activity using the GitHub API.
https://github.com/keneandita/gitlog-cli
cli developer-tools github-api python rich terminal utilities
Last synced: 6 months ago
JSON representation
A simple command-line tool to fetch and display a GitHub user’s recent public activity using the GitHub API.
- Host: GitHub
- URL: https://github.com/keneandita/gitlog-cli
- Owner: KeneanDita
- License: mit
- Created: 2025-07-30T07:53:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T09:04:37.000Z (6 months ago)
- Last Synced: 2025-07-30T10:42:52.875Z (6 months ago)
- Topics: cli, developer-tools, github-api, python, rich, terminal, utilities
- Language: Python
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitlog-cli
[]()
[]()
> **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
## Features
- View recent GitHub activity (commits, PRs, issues)
- Pretty terminal output using `rich`
- Lightweight and fast
- Cross-platform
## Installation
```bash
git clone https://github.com/keneandita/gitlog-cli.git
cd gitlog-cli
```
Install dependencies:
```bash
pip install -r requrements.txt
```
### Usage
```bash
python .\main.py --username
```
Or you can set up a global shortcut by editing your default profile.
For Windows:
```bash
notepad.exe $PROFILE
```
Add this to your script with the correct path of the cloned repo.
```notepad
function github_activity {
python "C:\Users\..." $args
}
```
### Author
**Kenean Dita**
[GitHub](https://github.com/kenean-dita) | [LinkedIn](https://www.linkedin.com/in/keneandita/)
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](./LICENSE) file for details.