Skip to content

Commit 69b38f6

Browse files
authored
Add activitywatch extension (#1871)
This extension works pretty much the same internally as the wakatime extension that is already published in this repo
1 parent 9a3de9c commit 69b38f6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
path = extensions/actionscript
77
url = https://github.com/pngdrift/zed-actionscript.git
88

9+
[submodule "extensions/activitywatch"]
10+
path = extensions/activitywatch
11+
url = https://github.com/sachk/aw-watcher-zed.git
12+
913
[submodule "extensions/ada"]
1014
path = extensions/ada
1115
url = https://github.com/wisn/zed-ada-language.git

extensions.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ version = "1.2.3"
66
submodule = "extensions/actionscript"
77
version = "0.0.1"
88

9+
[activitywatch]
10+
submodule = "extensions/activitywatch"
11+
version = "0.1.1"
12+
913
[ada]
1014
submodule = "extensions/ada"
1115
version = "0.3.0"

extensions/activitywatch

Submodule activitywatch added at 3c6387d

0 commit comments

Comments
 (0)