diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-01-04 01:36:55 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-01-04 01:36:55 -0500 |
commit | 4a28d65be97cc25959e9bae1f0422bc11a2462d5 (patch) | |
tree | e158a8e72a91337dfa05fc23bb3b10294bcb3011 /README.md |
Initial commit of gstopwatch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfc88f5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ += gstopwatch = + +Okay, so apparently there are absolutely zero good stopwatches around for X11! +I spent my time searching but couldn't find one simple enough for me. This +stopwatch will start counting, stop counting, and reset, a like the simple +pocket stopwatch I had growing up. + +== Usage == + +press space to start timing, space to stop, space again to reset and start +timing again. + + +== Building == + +You'll need the gtk 2.x libraries and headers installed and ready to go. to +build, simple run make in the gstopwatch folder + +== To Do == + +* Laps +* Hours:Minutes:Seconds display +* Font size |