This file is indexed.

/usr/share/doc/gameclock/README.mdwn is in gameclock 5.0.

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
A python Chess clock
====================

This is a simple game clock (mainly for chess now) that is designed to
be fast and simple to use.

Usage
-----

Starting it should be as simple as just starting the script from the shell:

    ./scripts/gameclock

If that doesn't work, use the python interpreter directly:

    python scripts/gameclock

Most of the controls are done through the keyboard, see the features
list for the shortcuts.

Requirements
------------

 * Python 2.3 or greater
 * PyGTK 2.0 or greater

License
-------

The chess clock is free software, see the COPYRIGHT file for more
information.

Features
--------

Arbitrary number of clocks. Can act as a chronometer when only one
clock is enabled

Game modes:

 * Class (Times per move) - after move, reset counter
 * Blitz - simple countdown
 * Fischer - add N seconds after player move
 * Hourglass - time used by a player is given to the other(s)

Key controls (buttons):

 * space - start game, end turn
 * shift keys end turn for the right or left player, as appropriate
 * control-n - start a new game
 * control-p - pause
 * control-q - quit
 * control-f - toggle fullscreen

Other controls:

 * starting left or right
 * setting initial time
 * miliseconds display

Bugs, missing features and project updates are reported here:

https://redmine.koumbit.net/projects/gameclock