File: templates

package info (click to toggle)
less 374-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,168 kB
  • ctags: 1,343
  • sloc: ansic: 15,309; sh: 270; makefile: 124; awk: 7
file content (13 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Template: less/add_mime_handler
Type: boolean
Default: false
Description: Add a mime handler for "application/*" ?
 "less" itself is only able to display plain text. But with the help
 of an appropriate input filter, it can be used to display various
 binary data, ranging from gzip compressed text files to tar archives
 and debian packages. For detailed information about how to use input
 filters with less, see the file /usr/share/doc/less/LESSOPEN or the
 manpage lesspipe(1).
 .
 A mime handler for "application/*" can serve as a fallback in case no
 other application claims responsibility.