From 816ff7cd170838cca581c94c0f7ce8a8832565a3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 31 Jul 2023 10:35:32 +0300 Subject: [PATCH] feat(tools): exiftool --- Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Brewfile b/Brewfile index 7836645..d653887 100644 --- a/Brewfile +++ b/Brewfile @@ -104,6 +104,8 @@ brew "editorconfig-checker" brew "eg-examples" # Run arbitrary commands when files change brew "entr" +# Perl lib for reading and writing EXIF metadata +brew "exiftool" # Simple, fast and user-friendly alternative to find brew "fd" # Banner-like program prints strings as ASCII art