sbimochan / logex

Bash script to log and organize git logs by date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logex

Bash script to log and organize git-logs by date & repository, inspired from logit by @bhattaraib58.

Install:

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

Uninstall:

sudo rm /usr/local/bin/logex

Usage:

$ 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)
  -h, --help       display this help and exit

Preview:

logex-colors

About

Bash script to log and organize git logs by date

License:MIT License


Languages

Language:Shell 100.0%