tREADME - stopwatch - simple timer for console or x root window
 (HTM) git clone git://src.adamsgaard.dk/stopwatch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tREADME (721B)
       ---
            1 # stopwatch
            2 
            3 About:
            4 
            5   stopwatch(1): A simple stopwatch which prints the output to the
            6       terminal or the X root window parameter.  The latter is
            7       used for setting the dwm(1) title bar.
            8 
            9   timer(1): A simple timer that prints the remaining time to the
           10       terminal or the X root window parameter.  The latter is used
           11       for setting the dwm(1) title bar.
           12 
           13 Compiling: `make && make install`
           14       (optionally prefix the install command with sudo(1) or doas(1))
           15 
           16 Compatibility: Tested on OpenBSD 6.8
           17 
           18 Documentation: `man 1 stopwatch` and `man 1 timer`
           19 
           20 Copyright: See LICENSE
           21 
           22 Author: Anders Damsgaard <anders@adamsgaard.dk>
           23         git://src.adamsgaard.dk/stopwatch
           24         https://src.adamsgaard.dk/stopwatch