blob: 7ff63bb05e6ff0f8313095d56fccf532863d06d1 (
plain)
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
|
_ _ _ _ _
___| |_ _ __ ___ | | _____ | |__ _ _ __| | __| |_ _
/ __| __| '__/ _ \| |/ / _ \ | '_ \| | | |/ _` |/ _` | | | |
\__ \ |_| | | (_) | < __/ | |_) | |_| | (_| | (_| | |_| |
|___/\__|_| \___/|_|\_\___|___|_.__/ \__,_|\__,_|\__,_|\__, |
|_____| |___/
==============================================================
unix philosophy keystroke tracker
roadmap
-------
[ ] report generation
( ) number of keypresses
( ) work time vs idle time
( ) per-key statistics
( ) per-keyboard statistics
[ ] security
( ) drop privs
( ) where to store reports (/var dir?)
[ ] respond to plug-n-play
[ ] sensible code organization
license
-------
(shruggie) MIT? to be updated...
|