diff options
| author | ache <ache@ache.one> | 2026-02-19 06:58:11 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-19 07:00:04 +0100 |
| commit | e160f07dc37586cb400e0ed13a08b15c5b6933d3 (patch) | |
| tree | 97204245a97b1c806c17c4da3d1c2f29fa2381db /functions | |
| parent | feat: Notify when a command finished (diff) | |
feat: Alias exif => exiftool
Diffstat (limited to 'functions')
| -rw-r--r-- | functions/exif.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/exif.fish b/functions/exif.fish new file mode 100644 index 0000000..55c2d00 --- /dev/null +++ b/functions/exif.fish @@ -0,0 +1 @@ +alias 'exif'='exiftool' |