This file is indexed.

/usr/lib/python2.7/dist-packages/percol-0.2.1.egg-info/PKG-INFO is in percol 0.2.1-1.

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
Metadata-Version: 1.1
Name: percol
Version: 0.2.1
Summary: Adds flavor of interactive filtering to the traditional pipe concept of shell
Home-page: https://github.com/mooz/percol
Author: mooz
Author-email: stillpedant@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Adds flavor of interactive filtering to the traditional pipe concept of shell.
        Try::
        
            $ A | percol | B
        
        and you can display the output of command A and filter it interactively and then pass it to command B.
        The interface of percol is highly inspired by anything.el for Emacs.
        
        Full details at https://github.com/mooz/percol
Keywords: anything.el unite.vim dmenu shell pipe filter curses
Platform: UNKNOWN
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Editors :: Emacs
Classifier: Topic :: Utilities