New menu/plugin which adds dummy entries for unclassified scripts. | ||
---|---|---|
mario authored 2554 days ago last checkin 168d091f8 ⎘ | ||
📄 config_gridview.ps1 | Incomplete; there should have been a Out-GridView hook/alias. But thi‹› | 2793 days ago |
📄 configdialog.ps1 | New config editor (reusing Read-GuiExtraParams dialog)‹› | 2593 days ago |
📄 configedit.ps1 | Add some depends: (e.g. funcs_base or wpf, but no e.g. bin:netsh yet)‹› | 2791 days ago |
📄 funcs_base.ps1 | add Out-DisplayDispatch for bulk plugins. add Create-RegPath‹› | 2557 days ago |
📄 funcs_json.ps1 | Derived from current base version 0.8.0; some sample and generic scri‹› | 2793 days ago |
📄 funcs_remoting.ps1 | Derived from current base version 0.8.0; some sample and generic scri‹› | 2793 days ago |
📄 init_env.ps1 | Derived from current base version 0.8.0; some sample and generic scri‹› | 2793 days ago |
📄 init_intro.ps1 | Support for RTF and XAML news files.‹› | 2557 days ago |
📄 menu_editscripts.ps1 | Add some depends: (e.g. funcs_base or wpf, but no e.g. bin:netsh yet)‹› | 2791 days ago |
📄 menu_filter.ps1 | Shorten starter.ps1 with `Is-PluginCompatible` function, scanning use‹› | 2554 days ago |
📄 menu_usertools.ps1 | Made Usertools base dir configurable‹› | 2791 days ago |
📄 plugin_before_confirm.ps1 | Sample plugin, warning message for `# confirm: 1` meta flag. (Used fo‹› | 2581 days ago |
📄 plugin_manager.ps1 | Add online repo shortcut, disable config option (not going to use plu‹› | 2555 days ago |
📄 update_cache_adsearch.ps1 | Derived from current base version 0.8.0; some sample and generic scri‹› | 2793 days ago |
tools/plugins
The tools/plugins/ directory encompasses different parts:
Most interestingly the funcs_* predefine utility code for other scripts. (Convenient shortcuts like
Open-RemoteRegistry
e.g.) -- They run as type:init plugins once in the main thread.config_* scripts are pertained with runtime or startup configuration; they're defined as regular type:inline plugins usually
init_* scripts may predefine some settings, mostly run as type:init scripts
menu_* scripts run once as type:init-gui to augment the WPF menu
update_* tools are regular scripts for the Config>Update menu, meant to work on data/ files