mirror of https://github.com/MidnightCommander/mc
Add Open method for *.info files.
This commit is contained in:
parent
9c81ea49fd
commit
a7f1b90f06
|
@ -336,6 +336,11 @@ regex/\.so\.[0-9\.]*$
|
|||
View=%view{hex}
|
||||
Icon=so.xpm
|
||||
|
||||
# GNU Info page
|
||||
type/Info\ text
|
||||
Open=info --directory %d -f %p
|
||||
Icon=info.xpm
|
||||
|
||||
# Manual page
|
||||
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
|
||||
Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
|
||||
|
|
Loading…
Reference in New Issue