-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
The directories page is outdated: https://docs.activitywatch.net/en/latest/directories.html?highlight=appdata%20local%20activitywatch
The windows paths should include the aw-server-rust.
Directories
===========
Where things get stored depends on the platform you're using. All paths should follow standard directories on their platforms, and to accomplish this we use `appdirs <https://pypi.org/project/appdirs/>`_ in Python code and `appdirs-rs <https://crates.io/crates/appdirs/>`_ in Rust code.
.. _data-directory:
Data
----
- Windows: ``C:\Users\<USER>\AppData\Local\activitywatch\aw-server-rust``
- macOS: ``~/Library/Application\ Support/activitywatch/aw-server-rust``
- Linux: ``~/.local/share/activitywatch/aw-server-rust``
.. _config-directory:
Config
------
- Windows: ``%LocalAppData%\activitywatch\aw-server-rust``
- macOS: ``~/Library/Application\ Support/activitywatch/aw-server-rust``
- Linux: ``~/.config/activitywatch/aw-server-rust``, or the path defined by the :code:`$XDG_CONFIG_HOME` environment variable.
.. _logs-directory:
Logs
----
- Windows: ``C:\Users\<USER>\AppData\Local\activitywatch\<MODULE>``
- macOS: ``~/Library/Logs/activitywatch/<MODULE>``
- Linux: ``~/.cache/activitywatch/log/<MODULE>``
.. _cache-directory:
Cache
-----
- Windows: ``C:\Users\<USER>\AppData\Local\activitywatch\aw-server-rust``
- macOS: ``~/Library/Caches/activitywatch/aw-server-rust``
- Linux: ``~/.cache/activitywatch/aw-server-rust``
Metadata
Metadata
Assignees
Labels
No labels