From 2da8d1c424d18c51e8c0152b3e44dd819551dfd2 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 19 Feb 2026 07:01:27 +0100 Subject: feat: Function exif_remove --- functions/exif_remove.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 functions/exif_remove.fish diff --git a/functions/exif_remove.fish b/functions/exif_remove.fish new file mode 100644 index 0000000..3d39dad --- /dev/null +++ b/functions/exif_remove.fish @@ -0,0 +1,4 @@ +#Greg with regex and color +function exif_remove --description 'Removes EXIF metadata from parameters' --wraps exiftool + exiftool -overwrite_original -all= +end -- cgit v1.3-2-g11bf