Skip to content

Commit

Permalink
docs: add watchers/importers by @RTnhN (#137)
Browse files Browse the repository at this point in the history
* Add more watchers/importers

* Update upload artifact version
  • Loading branch information
RTnhN authored Sep 21, 2024
1 parent c4fe5e0 commit 47a534f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
make html
- name: Upload build
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4
with:
name: build
path: _build
2 changes: 2 additions & 0 deletions src/importers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ActivityWatch can't track everything, so sometimes you might want to import data
- :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`)
- :gh-aw:`aw-import-screentime`, attempt at importing from macOS's Screen Time (and potentially iOS through syncing).
- :gh:`brayo-pip/aw-import-wakatime`, imports from `Wakatime`_ (For tracking time spent programming).
- :gh:`rtnhn/aw-importer-lastfm`, imports from Last.fm data export (For tracking time spent listening to music).
- :gh:`rtnhn/aw-importer-lifecycle`, imports from a Lifecycle app export (For tracking time spent in locations).


.. _smartertime: https://play.google.com/store/apps/details?id=com.smartertime&hl=en
Expand Down
1 change: 1 addition & 0 deletions src/watchers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Other watchers to collect all kinds of data.
- :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.
- :gh:`RTnhN/aw-watcher-toggl` - A Watcher to import time entries from Toggl.
- :gh:`sameersismail/aw-watcher-netstatus` - Monitors if you're connected to a network, by :gh-user:`sameersismail`.
- :gh:`RTnhN/aw-watcher-buttons` - (WIP) A watcher for tracking external hardware buttons based on an Arduino used for working state.

Importers
---------
Expand Down

0 comments on commit 47a534f

Please sign in to comment.