diff options
| -rw-r--r-- | functions/exif_remove.fish | 4 |
1 files changed, 4 insertions, 0 deletions
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 |