diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-20 14:49:01 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-20 14:49:01 +0200 |
commit | bba611ec3f5f6f9f5cbdb55aea32b2d41602d8e1 (patch) | |
tree | 570ee797ec1934ae5bac4e85d106be01a723534f /filter.example | |
parent | 6164428d6f5a479c3ebfe7cf3c92503418b4bf47 (diff) | |
download | mblaze-bba611ec3f5f6f9f5cbdb55aea32b2d41602d8e1.tar.gz mblaze-bba611ec3f5f6f9f5cbdb55aea32b2d41602d8e1.tar.xz mblaze-bba611ec3f5f6f9f5cbdb55aea32b2d41602d8e1.zip |
filter.example: use $PIPE_CHARSET for lynx
Diffstat (limited to 'filter.example')
-rw-r--r-- | filter.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter.example b/filter.example index 54897d5..c1804ac 100644 --- a/filter.example +++ b/filter.example @@ -1,4 +1,4 @@ -text/html: lynx -dump -stdin -nomargins +text/html: lynx -dump -stdin -nomargins ${PIPE_CHARSET:+-assume_charset $PIPE_CHARSET} application/pdf: pdftotext - - | par application: file -b - image: file -b - |