This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added skeleton for image-info user script
master
Bert Münnich
12 years ago
parent
b6a6c260e1
commit
cae5358234
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
image-info
+ 10
- 0
image-info
View File
@@ -0,0 +1,10 @@
#!/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%,}
Write
Preview
Loading…
Cancel
Save