Skip to content

Commit 47a534f

Browse files
authored
docs: add watchers/importers by @RTnhN (#137)
* Add more watchers/importers * Update upload artifact version
1 parent c4fe5e0 commit 47a534f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make html
3131
- name: Upload build
32-
uses: actions/upload-artifact@v2-preview
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: build
3535
path: _build

src/importers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ActivityWatch can't track everything, so sometimes you might want to import data
77
- :gh-aw:`aw-importer-smartertime`, imports from `smartertime`_ Useful for importing Android screentime data.(Note ActivityWatch also has an Android app :gh-aw:`aw-android`)
88
- :gh-aw:`aw-import-screentime`, attempt at importing from macOS's Screen Time (and potentially iOS through syncing).
99
- :gh:`brayo-pip/aw-import-wakatime`, imports from `Wakatime`_ (For tracking time spent programming).
10+
- :gh:`rtnhn/aw-importer-lastfm`, imports from Last.fm data export (For tracking time spent listening to music).
11+
- :gh:`rtnhn/aw-importer-lifecycle`, imports from a Lifecycle app export (For tracking time spent in locations).
1012

1113

1214
.. _smartertime: https://play.google.com/store/apps/details?id=com.smartertime&hl=en

src/watchers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Other watchers to collect all kinds of data.
6363
- :gh:`2e3s/awatcher` - A compiled watcher for X11 and Wayland to replace the original active window and AFK watchers, with workarounds for KDE and Gnome on Wayland.
6464
- :gh:`RTnhN/aw-watcher-toggl` - A Watcher to import time entries from Toggl.
6565
- :gh:`sameersismail/aw-watcher-netstatus` - Monitors if you're connected to a network, by :gh-user:`sameersismail`.
66+
- :gh:`RTnhN/aw-watcher-buttons` - (WIP) A watcher for tracking external hardware buttons based on an Arduino used for working state.
6667

6768
Importers
6869
---------

0 commit comments

Comments
 (0)