projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a0b51
)
add ff and ff.bz2 support in config.def.h
author
FRIGN
<dev@frign.de>
Thu, 14 Jul 2016 09:23:17 +0000
(11:23 +0200)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 14 Jul 2016 10:23:53 +0000
(12:23 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 023f8cd91f924d13dadafa14198d3744b8c88c4c..f66d121a0fc96bd65b0116949beb54f3aad671e5 100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-49,5
+49,7
@@
static Shortcut shortcuts[] = {
};
static Filter filters[] = {
- { "\\.(png|jpg|gif)$", "2ff" },
+ { "\\.ff$", "cat" },
+ { "\\.ff.bz2$", "bunzip2" },
+ { "\\.[a-z0-9]+$", "2ff" },
};