You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A config file will be created at `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\version.toml`. While not necessary, you can manually modify it if desired. For the generated config structure, refer to [`test.toml`](./test/test.toml).
34
55
35
56
Check result with `list`:
@@ -68,13 +89,15 @@ PowerToys Run Plugin Manager
68
89
Usage: ptr.exe <COMMAND>
69
90
70
91
Commands:
92
+
init Try to find and add existing plugins to config
71
93
add Add a plugin [aliases: a]
72
94
update Update plugins [aliases: u]
73
95
remove Remove plugins [aliases: r]
74
96
list List all installed plugins [aliases: l]
75
97
pin Pin plugins so it's not updated with `update --all` [aliases: p]
76
98
import Import plugins from configuration file [aliases: i]
77
99
restart Restart PowerToys
100
+
edit Open config file in default editor
78
101
self-update Self update to latest
79
102
completion Generate shell completion (PowerShell)
80
103
help Print this message or the help of the given subcommand(s)
0 commit comments