Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 23, 2020
0 parents commit a08e2e6
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aw-watcher-input
================

Track your keypresses and mouse movements with [ActivityWatch](https://activitywatch.net).

NOTE: Work in progress, contributions welcome!

NOTE: This does not track *which* keys you press, only that you pressed any key some number of times in a given time span.


# Build

Make sure you have Python 3.7+ and `poetry` installed, then install with `poetry install`.


# Usage

Run `aw-watcher-input --help` for usage instructions.

We might eventually create binary builds (like the ones bundled with ActivityWatch for aw-watcher-afk and aw-watcher-window) to make it easier to get this watcher up and running, but it's still a bit too early for that.
Loading

0 comments on commit a08e2e6

Please sign in to comment.