Powershell GUI fronted (WPF) to run categorized console scripts

โŒˆโŒ‹ โŽ‡ branch:  ClickyColoury

New menu/plugin which adds dummy entries for unclassified scripts.
mario authored 2139 days ago last checkin 168d091f8
๐Ÿ“„ guimenu.psm1 Simpler Start-Process doesn't work. PS does not escape double quotes โ€นโ€บ 2140 days ago
๐Ÿ“„ kbt5.xaml Attempt at making TreeViewItems more solid (metro/burger style menu)โ€นโ€บ 2140 days ago
๐Ÿ“„ menu.psm1 Shorten starter.ps1 with `Is-PluginCompatible` function, scanning useโ€นโ€บ 2139 days ago
๐Ÿ“„ starter.ps1 New menu/plugin which adds dummy entries for unclassified scripts.โ€นโ€บ 2139 days ago
๐Ÿ“„ theme.beta.xaml Attempt at making TreeViewItems more solid (metro/burger style menu)โ€นโ€บ 2140 days ago
๐Ÿ“„ theme.bunti.xaml Added two more themes, less preset colors in main template.โ€นโ€บ 2178 days ago
๐Ÿ“„ theme.dark.xaml Added two more themes, less preset colors in main template.โ€นโ€บ 2178 days ago

modules

starter.ps1 is the invocation script, contains some config defaults.

  • menu.psm1 contains mostly CLI functions (but is a dependency for GUI as well)

  • guimenu.psm1 contains the WPF and main thread

  • kbt5.xaml is the (you guessed it: hand-written) XAML

    • theme.xyz.xaml files are additional resources
  • clipboard.psm1 provides fro Set-HtmlClipboard

  • starter.ps1 is not a module, but the main script (loading modules, tools and plugins)

Also see /tree for current file view. (The GitHub template does not work well with undeleted entries.)