mirror of
https://codeberg.org/nsxiv/nsxiv
synced 2024-11-15 12:13:10 +00:00
11 lines
176 B
Bash
Executable File
11 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#filename=$1
|
|
#filesize=$(du -h "$1")
|
|
|
|
#geometry=$(identify -format '%wx%h' "$1")
|
|
|
|
#tags=$(exiv2 -q pr -pi "$1" | awk '$1~"Keywords" {print $4","}')
|
|
#tags=${tags%,}
|
|
|