From 47ed5ed93cd4dade9e0f6b9f7569d0e649a8748c Mon Sep 17 00:00:00 2001 From: Denis <91327614+denis-kasak@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:21:17 +0100 Subject: [PATCH] docs: fix typo in syncing.rst --- src/syncing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncing.rst b/src/syncing.rst index 3170f3b..b33a2b6 100644 --- a/src/syncing.rst +++ b/src/syncing.rst @@ -5,7 +5,7 @@ Syncing This feature is currently in beta and may change in future releases. -ActivityWatch has basic support for syncing your data across multiple devices using the ``aw-sync`` module since ``v0.13.0``. It works by creating a "staging" database file in a device-specific folder in the sync directory (default is ``~/ActivityWatchSync``), which is then synced to the other devices using a file syncing tool of your choice (like Syncthing, rsync, Dropbox, or Google Drive). So ``aw-sync`` does itself send data over the network, but instead relies on you using a file syncing tool to do that. +ActivityWatch has basic support for syncing your data across multiple devices using the ``aw-sync`` module since ``v0.13.0``. It works by creating a "staging" database file in a device-specific folder in the sync directory (default is ``~/ActivityWatchSync``), which is then synced to the other devices using a file syncing tool of your choice (like Syncthing, rsync, Dropbox, or Google Drive). So ``aw-sync`` does not itself send data over the network, but instead relies on you using a file syncing tool to do that. Note that syncing is not available on Android, yet.