There is no README. - xssstate - a simple utility to get the X screensaver state
 (HTM) git clone git://git.suckless.org/xssstate
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3c7ec71b90fc34306841506eb1865a534a549b89
 (DIR) parent 89cf5792ca6104b5afe150d02813b3f259ca61bd
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri,  7 Dec 2012 11:33:47 +0100
       
       There is no README.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -31,7 +31,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p xgetidle-${VERSION}
       -        @cp -R LICENSE Makefile README config.mk \
       +        @cp -R LICENSE Makefile config.mk \
                        xgetidle.1 arg.h ${SRC} xgetidle-${VERSION}
                @tar -cf xgetidle-${VERSION}.tar xgetidle-${VERSION}
                @gzip xgetidle-${VERSION}.tar