Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-leste/git-counter
@git-counter is a self-used tool that records and analyzes all the Git commands you have run on your machine and generates corresponding reports
https://github.com/james-leste/git-counter
command-line-tool plugin python shell utility
Last synced: 7 days ago
JSON representation
@git-counter is a self-used tool that records and analyzes all the Git commands you have run on your machine and generates corresponding reports
- Host: GitHub
- URL: https://github.com/james-leste/git-counter
- Owner: James-Leste
- Created: 2024-10-02T18:32:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:18:35.000Z (23 days ago)
- Last Synced: 2024-10-31T05:05:31.293Z (7 days ago)
- Topics: command-line-tool, plugin, python, shell, utility
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-counter
## Intro
@git-counter is a self-used tool that records and analyzes all the Git commands you have run on your machine and generates data insight.
## Ask yourself before using git-counter
- Have you ever encounter situations where you forget a Git command that you have used a lot but failed to recall its usage?
- Have you ever wondered which are your most used Git commands?
- Would you like an intuitive way to understand how you use Git in your developement?If you answered 'yes' in one of the questions, git-counter is a good tool for you!
## Usage
Add the following alias to `.bashrc` or `.zshrc` and `source .zshrc`
```shell
alias git='/Location/Of/Script/git_logger.sh'
```Give `git-logger.sh` executable permission
```shell
sudo chmod 765 git-logger.sh
```Run `git-logger.sh`
```shell
git-logger.sh
```