Skip to content

kritish-dhaubanjar/logex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

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)
  -v, --version    print logex version
  -u, --update     update logex
  -h, --help       display this help and exit

Preview:

logex

About

Bash script to log and organize git logs by date

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages