summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2021-01-27 22:06:49 +0100
committerJoel Klinghed <the_jk@spawned.biz>2021-01-27 22:06:49 +0100
commit06950aab233de6a2f47293d59575bb42f6131660 (patch)
tree62f6eed4a6d35414f656d22b9ac7420849018a11 /README
parent1ef9c463f1efc1adfb62e42ab3dd17e8c6394373 (diff)
Complete rewrite using C++ and with shared state support
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 6 insertions, 10 deletions
diff --git a/README b/README
index 31fb960..271e300 100644
--- a/README
+++ b/README
@@ -1,11 +1,7 @@
-Some sources are missing, these are found in the sawmill project.
+Timer
+=====
-Specifically you need:
- lib/common/src/compiler.h
- lib/common/src/safe_fifo.h
- lib/common/src/timespec.h
- lib/common/src/thread.h
- lib/paths/src/paths.h
-
- lib/paths/src/libcommon.a
- lib/paths/src/libpaths.a \ No newline at end of file
+A fairly simple little timer to keep track of work hours.
+The new version uses dbus to allow multiple instances of
+timer to share state, useful when connecting remotely to
+VNC or similar. \ No newline at end of file