Skip to content

Bash script to log and organize git logs by date

Notifications You must be signed in to change notification settings

NikeshSapkota01/logex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Preview:

logex-colors

About

Bash script to log and organize git logs by date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%