summaryrefslogtreecommitdiff
path: root/.zs/components/get_filename.jq
blob: 9b5754c3c846334ac2c97df56b27617a995e0256 (plain)
1
def filename: .file + (.image | match("\\.[0-9a-z]+$") | .string);