Skip to content

GuiGreg/bundle_update_summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Bundle Update Summary

Print a readable summary after running bundle update

Screenshot 2026-05-19 at 8 50 52 AM

How to use?

  1. Create the file ~/bundle_update_summary.sh
  2. Add command to your profile ~/.zshrc
    bundle() {
      if [[ "$1" == "update" ]]; then
        shift
        ~/bundle_update_summary.sh "$@"
      else
       command bundle "$@"
      fi
     }
    
  3. Reload shell source ~/.zshrc

About

Print the a readable summary after running bundle update

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages