File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
- from talon import Module
1
+ from talon import Module , actions
2
2
3
3
mod = Module ()
4
4
@@ -15,3 +15,9 @@ def private_cursorless_show_settings_in_ide():
15
15
16
16
def private_cursorless_show_sidebar ():
17
17
"""Show Cursorless-specific settings in ide"""
18
+
19
+ def private_cursorless_show_command_statistics ():
20
+ """Show Cursorless command statistics"""
21
+ actions .user .private_cursorless_run_rpc_command_no_wait (
22
+ "cursorless.analyzeCommandHistory"
23
+ )
Original file line number Diff line number Diff line change @@ -43,3 +43,6 @@ tag: user.cursorless
43
43
44
44
bar {user.cursorless_homophone} :
45
45
user.private_cursorless_show_sidebar ()
46
+
47
+ {user.cursorless_homophone} stats :
48
+ user.private_cursorless_show_command_statistics ()
You can’t perform that action at this time.
0 commit comments