Skip to content

Commit 7473c95

Browse files
Added Talon notification if the user has cloned the monorepo
1 parent 8cd7c21 commit 7473c95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dontCloneMonorepo.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from talon import app
2+
3+
4+
def onready():
5+
app.notify(
6+
"Don't clone Cursorless monorepo",
7+
"For Talon use cursorless-talon instead:",
8+
"https://github.com/cursorless-dev/cursorless-talon",
9+
)
10+
11+
12+
app.register("ready", onready)

0 commit comments

Comments
 (0)