-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathselfvis.html
38 lines (26 loc) · 953 Bytes
/
selfvis.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>Selfstats Visualization</title></head><body><xmp>
# Selfstats / selfspy Visualization
## Clicks
### Last hours (bar chart)

### Total (pie chart)

## Keystrokes
### Last hours (bar chart)

### Total (pie chart)

----
### Command line
For example, add [selfvis.py](./selfvis.py) in your PATH, and then run:
$ selfvis.py --human-readable --pactive
Or:
$ selfvis.py --human-readable --ratios
----
## About
### Authors?
- Original author: [Hannes Schulz (temporaer)](https://github.com/temporaer/selfspy-vis),
- Forked by: [Lilian Besson (Naereen)](https://github.com/Naereen/).
### License?
[GPL v3](./LICENSE).
</xmp><script type="text/javascript" src="http://perso.crans.org/besson/s/md/strapdown.min.js"></script></body></html>