Bash script to log and organize git-logs by date & repository.
sudo curl -L https://raw.githubusercontent.com/kritish-dhaubanjar/logex/main/logex.sh -o /usr/local/bin/logex && sudo chmod +x /usr/local/bin/logex
Depends on:
git config user.name
sudo rm /usr/local/bin/logex
$ logex --help
Usage: logex [OPTION]... [FILE]
logex - Bash script to log and organize git-logs by date & repository.
Options:
-d, --days set number of days to log
-a, --author set commit author to log (git config user.name)
-v, --version print logex version
-u, --update update logex
-h, --help display this help and exit
Install Bats if not already installed
sudo apt-get install bats # For Debian-based systems
# or
brew install bats-core # For macOS