https://github.com/linoiten/git-leapfrog
Leap through your Git history with GitLeapfrog 🐸: A playful, efficient tool to visualize line changes over time in your projects. Perfect for developers keen on tracking code evolution with a hop!
https://github.com/linoiten/git-leapfrog
cli git github tool
Last synced: 10 months ago
JSON representation
Leap through your Git history with GitLeapfrog 🐸: A playful, efficient tool to visualize line changes over time in your projects. Perfect for developers keen on tracking code evolution with a hop!
- Host: GitHub
- URL: https://github.com/linoiten/git-leapfrog
- Owner: LinoIten
- License: mit
- Created: 2024-02-22T10:13:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:34:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T14:21:22.587Z (10 months ago)
- Topics: cli, git, github, tool
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLeapfrog 🐸

Jump through your Git history with ease! `GitLeapfrog` is a nifty tool that lets you leap over the logs to see the line changes in your projects over time. Perfect for developers who love to keep track of their code changes in a fun and efficient way. 🚀
## Features 🌟
- **Quick Summary**: Get a quick overview of added and deleted lines in your Git repository.
- **Time Travel**: Specify any timeframe and see the changes during that period.
- **Easy to Use**: Simple setup and execution, no heavy lifting required.
## Usage 🛠
To use `GitLeapfrog`, run the following command in your terminal. Make sure you're in your project's Git repository directory.
```bash
bash -c "$(curl -sSL https://raw.githubusercontent.com/LinoIten/Git-Leapfrog/main/git_leapfrog.sh)"
```