A command-line tool to track and display a user's GitHub information directly in the terminal.
- Retrieve and display GitHub profile information.
- View user activity, including recent commits and repositories.
- Simple and intuitive command-line interface.
You have two options to install GitTrack: Clone the repository or Install via Go.
-
Clone the repository to your local machine:
git clone https://github.com/harsh-m-patil/GitTrack.git
-
Navigate to the GitTrack directory:
cd GitTrack
-
Build the project:
go build .
You can also install GitTrack directly using the go install
command:
go install github.com/harsh-m-patil/GitTrack@latest
After installation, ensure that your GOPATH/bin
directory is in your PATH
environment variable to run GitTrack from anywhere.
You can now run GitTrack to track your GitHub profile:
GitTrack profile your-github-username
After installation, simply replace your-github-username
with any GitHub username to fetch and display their profile information and activity in the terminal.
- Profile: Display user profile information.
./GitTrack profile your-github-username
Contributions are welcome! If you’d like to contribute to GitTrack, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks
A special thanks to ChatGPT for providing the roast messages that added some fun to this project!