File: README

package info (click to toggle)
workrave 1.10.54-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,992 kB
  • sloc: cpp: 46,596; ansic: 9,760; sh: 2,754; javascript: 1,935; makefile: 1,452; python: 973; xml: 672; objc: 455; perl: 113; cs: 70; sed: 16
file content (21 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Some scripts to graph keyboarding activity over time. There are two parts:

    * workrave-dump extracts the statistics from the workrave
      historical statistics file. Run it like so:

          % workrave-dump > workrave.out

    * gnuplot-workrave reads in the "workrave.out" file generated
      above (the filename is fixed) and generates a PNG graph as shown
      above. Run it like so:

          % gnuplot-workrave

These scripts are completely free for anyone to do whatever they want.
Let me know if you can figure out a way to eliminate the need for the
intermediate "workrave.out" file.

http://www.tsaiberspace.net/projects/workrave/
http://issues.workrave.org/cgi-bin/bugzilla/show_bug.cgi?id=522

Robert Tsai <workrave@tsaiberspace.net>