https://github.com/prplecake/aw-watcher-sublimetext
https://github.com/prplecake/aw-watcher-sublimetext
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prplecake/aw-watcher-sublimetext
- Owner: prplecake
- License: mit
- Created: 2025-06-06T18:41:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-06T18:41:27.000Z (about 1 year ago)
- Last Synced: 2025-10-14T01:34:26.035Z (8 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# aw-watcher-sublimetext
[Sublime Text 3][st] plugin that acts as a watcher for
[Activity Watch][activity-watch]. It tracks files, languages, and
projects.
[st]:https://sublimetext.com
[activity-watch]:https://activitywatch.net/
This project was based off [aw-watcher-sublime][aw-watcher-sublime] by
[kostasdizas][kostasdizas], however, that project hasn't been updated
since May 2020, and improvements have been identified and made.
[aw-watcher-sublime]:https://github.com/kostasdizas/aw-watcher-sublime
[kostasdizas]:https://github.com/kostasdizas
## Version Compatibility
This plugin is known to be compatible with the following versions of Sublime Text:
* 3
* 4
## Notable Changes
This is a mostly complete list of difference between this
aw-watcher-sublimetext and the old aw-watcher-sublime.
* File paths all follow Unix-style conventions. Forward slashes, et al.
* Configuration is loaded and available at plugin initialization.
* Uses UTC timestamps instead of localized timestamps.
## Installation
### From Source
[Download the latest release][releases] and extract the archive to your
Sublime Text 3 Packages directory.
Navigate to **Preferences -> Browse Packages** to find out where your
Packages directory is.
[releases]:https://git.sr.ht/~prplecake/aw-watcher-sublimetext/refs