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
22
33mod = Module ()
44
@@ -15,3 +15,9 @@ def private_cursorless_show_settings_in_ide():
1515
1616 def private_cursorless_show_sidebar ():
1717 """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
4343
4444bar {user.cursorless_homophone} :
4545 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