projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8209e54
)
open: associate .png with ristretto
master
author
Colin P. McCabe
<cmccabe@apache.org>
Mon, 24 Mar 2025 19:10:51 +0000 (12:10 -0700)
committer
Colin P. McCabe
<cmccabe@apache.org>
Mon, 24 Mar 2025 19:10:51 +0000 (12:10 -0700)
open
patch
|
blob
|
history
diff --git
a/open
b/open
index
0cb549a
..
c75829d
100755
(executable)
--- a/
open
+++ b/
open
@@
-24,6
+24,7
@@
for f in "$@"; do
*.gif) openwith "${f}" ristretto;;
*.jpg) openwith "${f}" ristretto;;
*.pdf) openwith "${f}" evince;;
+ *.png) openwith "${f}" ristretto;;
*) openwith "${f}";;
esac
done