How to Install exiftags on Mac using Brew

Package Information:

Name: exiftags
Use: Utility to read EXIF tags from a digital camera JPEG file
URL: https://johnst.org/sw/exiftags/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install exiftags using brew
    brew install exiftags

exiftags is ready to use now!