Powershell GUI fronted (WPF) to run categorized console scripts

⌈⌋ ⎇ branch:  ClickyColoury


Update of "modules"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 3bf7c3db0ad1176a0f94585e33f3e0eee160ed4c
Page Name:modules
Date: 2018-05-16 22:40:00
Original User: mario
Mimetype:text/x-markdown
Parent: f7d4501ae9b47e4e3ccaf0a37ba8bbae3f1f0a9d (diff)
Content

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.)