en-US/about_PSLauncher.help.txt

TOPIC
    about_pslauncher
 
SHORT DESCRIPTION
    a GUI to launch any PowerShell function, file or executable.
 
 
LONG DESCRIPTION
    a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use
    the same json config file as the full gui. Or create a separate systray tool with a .csv as a config file.
    Also included is helper functions to create buttons and panels for you.
 
NOTES
    New-PS_CSV_SysTrayConfigFile -- Creates the config file for Start-PS_CSV_SysTray
    New-PSLauncherConfigFile -- Creates the config file with the provided settings
    Start-PS_CSV_SysTray -- Gui menu app in your systray with custom executable functions
    Start-PSLauncher -- Reads the config file and launches the gui
    Start-PSLauncherColorPicker -- Launches a gui form to test and change the color of PSLauncher.
    Start-PSSysTrayLauncher -- Gui menu app in your systray with custom executable functions
 
SEE ALSO
    https://github.com/smitpi/PSLauncher
    https://smitpi.github.io/PSLauncher/