summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-02-19 07:01:27 +0100
committerache <ache@ache.one>2026-02-19 07:01:27 +0100
commit2da8d1c424d18c51e8c0152b3e44dd819551dfd2 (patch)
tree6465ffd2ded84e44c0fbf133906d15e4a7b3797e /functions
parentfeat: Alias omg => omgstatus (diff)
feat: Function exif_remove
Diffstat (limited to 'functions')
-rw-r--r--functions/exif_remove.fish4
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