This file is indexed.

/usr/share/doc/libsixel-dev/README.md is in libsixel-dev 1.5.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OpenGL Example
==============

This example suggests how to port your OpenGL application to SIXEL terminal.


How to Build
------------

Linux/BSDs:

  1. Install OSMesa package on your distribution

      $ sudo apt-get install libosmesa6-dev 

  2. Build

      $ ./configure && make

OSX:

  1. Build

      $ ./configure && make


Run (only works on SIXEL terminals)
-----------------------------------

  $ ./demo


License
--------
Hayaki Saito <user@zuse.jp>

I declared main.c is in Public Domain (CC0 - "No Rights Reserved").
This example is offered AS-IS, without any warranty.

Note that some configure scripts and m4 macros are distributed under the terms
of the special exception to the GNU General Public License.