This file is indexed.

/usr/share/fish/completions/pinky.fish is in fish-common 2.2.0-3.

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
complete -c pinky -s l              -d "produce long format output for the specified USERs"
complete -c pinky -s b              -d "omit the user's home directory and shell in long format"
complete -c pinky -s h              -d "omit the user's project file in long format"
complete -c pinky -s p              -d "omit the user's plan file in long format"
complete -c pinky -s s              -d "do short format output, this is the default"
complete -c pinky -s f              -d "omit the line of column headings in short format"
complete -c pinky -s w              -d "omit the user's full name in short format"
complete -c pinky -s i              -d "omit the user's full name and remote host in short format"
complete -c pinky -s q              -d "omit the user's full name, remote host and idle time in short format"
complete -c pinky -l help     -d "display this help and exit"
complete -c pinky -l version  -d "output version information and exit"