diff options
| author | ache <ache@ache.one> | 2026-02-19 07:01:27 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-19 07:01:27 +0100 |
| commit | 2da8d1c424d18c51e8c0152b3e44dd819551dfd2 (patch) | |
| tree | 6465ffd2ded84e44c0fbf133906d15e4a7b3797e | |
| parent | feat: Alias omg => omgstatus (diff) | |
feat: Function exif_remove
| -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 |