mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Ticket #2645: improve djvu support.
Open of djvu files with 'djv' extension. View action for djvu with text layer. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
e3d249a995
commit
57f0240522
@ -566,8 +566,9 @@ regex/\.([Tt][Ee][Xx])$
|
|||||||
Include=editor
|
Include=editor
|
||||||
|
|
||||||
# DjVu
|
# DjVu
|
||||||
regex/\.(djvu|DJVU)$
|
regex/\.(djvu?|DJVU?)$
|
||||||
Open=djview %f &
|
Open=djview %f &
|
||||||
|
View=%view{ascii} djvused -e print-pure-txt %f
|
||||||
|
|
||||||
### Miscellaneous ###
|
### Miscellaneous ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user